Msg

Acknowledgement defines a rpc handler method for MsgAcknowledgement.

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

Request body

acknowledgementstring byte
proof_ackedstring 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