Skip to main content

terra_sdk.core.ibc.msgs.connection

ibc connection module message types.

MsgConnectionOpenInit Objects


_2
@attr.s
_2
class 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
_2
class MsgConnectionOpenTry(Msg)

MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a connection on Chain B.

MsgConnectionOpenAck Objects


_2
@attr.s
_2
class 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
_2
class 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.