Skip to main content

terra_sdk.core.ibc.msgs.client

ibc connection module message types.

MsgCreateClient Objects


_2
@attr.s
_2
class MsgCreateClient(Msg)

MsgCreateClientResponse defines the Msg/CreateClient response type.

MsgUpdateClient Objects


_2
@attr.s
_2
class MsgUpdateClient(Msg)

MsgUpdateClient defines a sdk.Msg to update an IBC client state using the given header.

MsgUpgradeClient Objects


_2
@attr.s
_2
class MsgUpgradeClient(Msg)

MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client state

MsgSubmitMisbehaviour Objects


_2
@attr.s
_2
class MsgSubmitMisbehaviour(Msg)

MsgSubmitMisbehaviour defines a sdk.Msg type that submits Evidence for light client misbehaviour.