Type alias Ok<ok_t>

Ok<ok_t>: { ok: true; result: ok_t }

See Safe for context

Example

{
"ok": true,
"result": {
"type": "to_aepp",
"data": {
"jsonrpc": "2.0",
"id": "sk-msg-sign-1",
"method": "message.sign",
"result": {
"signature": "3ec195484965a60dd4179fbb616947a85e4e9961cb468816a2a22870382954bc374f8569e4ddc729dfc1b14e09e670b7d2c70c33c592caca29ff6c212f1f8b0f"
}
}
}
}

Type Parameters

Type declaration

  • ok: true
  • result: ok_t

Generated using TypeDoc