Msg

Timeout defines a rpc handler method for MsgTimeout.

post/ibc.core.channel.v1.Msg/Timeout

Request body

next_sequence_recvstring uint64
proof_unreceivedstring byte
signerstring

Response

A successful response.

result'RESPONSE_RESULT_TYPE_UNSPECIFIED' | 'RESPONSE_RESULT_TYPE_NOOP' | 'RESPONSE_RESULT_TYPE_SUCCESS' | 'RESPONSE_RESULT_TYPE_FAILURE'
  • RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
  • RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
  • RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
  • RESPONSE_RESULT_TYPE_FAILURE: The message was executed unsuccessfully

Changes