Msg

ChannelUpgradeTry defines a rpc handler method for MsgChannelUpgradeTry.

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

Request body

channel_idstring
counterparty_upgrade_sequencestring uint64
port_idstring
proof_channelstring byte
proof_upgradestring byte
proposed_upgrade_connection_hopsstring[]
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
upgrade_sequencestring uint64

Changes