terra_sdk.core.ibc.msgs.channel
ibc connection module message types.
MsgChannelOpenInit Objects
_2@attr.s_2class MsgChannelOpenInit(Msg)
MsgChannelOpenInit defines an sdk.Msg to initialize a channel handshake. It is called by a relayer on Chain A.
MsgChannelOpenTry Objects
_2@attr.s_2class MsgChannelOpenTry(Msg)
MsgChannelOpenInit defines a msg sent by a Relayer to try to open a channel on Chain B.
MsgChannelOpenAck Objects
_1class MsgChannelOpenAck(Msg)
MsgChannelOpenAck defines a msg sent by a Relayer to Chain A to acknowledge the change of channel state to TRYOPEN on Chain B.
MsgChannelOpenConfirm Objects
_2@attr.s_2class MsgChannelOpenConfirm(Msg)
MsgChannelOpenConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of channel state to OPEN on Chain A.
MsgChannelCloseConfirm Objects
_2@attr.s_2class MsgChannelCloseConfirm(Msg)
MsgChannelCloseConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of channel state to CLOSED on Chain A.
MsgRecvPacket Objects
_2@attr.s_2class MsgRecvPacket(Msg)
MsgRecvPacket receives incoming IBC packet
MsgTimeout Objects
_2@attr.s_2class MsgTimeout(Msg)
MsgTimeout receives timed-out packet
MsgAcknowledgement Objects
_2@attr.s_2class MsgAcknowledgement(Msg)
MsgAcknowledgement receives incoming IBC acknowledgement