terra_sdk.core.ibc.msgs.connection
ibc connection module message types.
MsgConnectionOpenInit Objects
_2@attr.s_2class MsgConnectionOpenInit(Msg)
MsgConnectionOpenInit defines the msg sent by an account on Chain A to initialize a connection with Chain B.
MsgConnectionOpenTry Objects
_2@attr.s_2class MsgConnectionOpenTry(Msg)
MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a connection on Chain B.
MsgConnectionOpenAck Objects
_2@attr.s_2class MsgConnectionOpenAck(Msg)
MsgConnectionOpenAck defines a msg sent by a Relayer to Chain A to acknowledge the change of connection state to TRYOPEN on Chain B.
MsgConnectionOpenConfirm Objects
_2@attr.s_2class MsgConnectionOpenConfirm(Msg)
MsgConnectionOpenConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of connection state to OPEN on Chain A.