# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.
# Structs
ClientConsensusStates defines all the stored consensus states for a given client.
ClientUpdateProposal is a governance proposal.
ConsensusStateWithHeight defines a consensus state with an additional height field.
GenesisMetadata defines the genesis type for metadata that clients may return with ExportMetadata.
GenesisState defines the ibc client submodule's genesis state.
Height is a monotonically increasing data type that can be compared against another Height for the purposes of updating and freezing clients
Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same.
IdentifiedClientState defines a client state with an additional client identifier field.
IdentifiedGenesisMetadata has the client metadata with the corresponding client id.
MsgCreateClient defines a message to create an IBC client.
MsgCreateClientResponse defines the Msg/CreateClient response type.
MsgSubmitMisbehaviour defines an sdk.Msg type that submits Evidence for light client misbehaviour.
MsgSubmitMisbehaviourResponse defines the Msg/SubmitMisbehaviour response type.
MsgUpdateClient defines an sdk.Msg to update a IBC client state using the given header.
MsgUpdateClientResponse defines the Msg/UpdateClient response type.
MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client state.
MsgUpgradeClientResponse defines the Msg/UpgradeClient response type.
Params defines the set of IBC light client parameters.
QueryClientParamsRequest is the request type for the Query/ClientParams RPC method.
QueryClientParamsResponse is the response type for the Query/ClientParams RPC method.
QueryClientStateRequest is the request type for the Query/ClientState RPC method.
QueryClientStateResponse is the response type for the Query/ClientState RPC method.
QueryClientStatesRequest is the request type for the Query/ClientStates RPC method.
QueryClientStatesResponse is the response type for the Query/ClientStates RPC method.
QueryClientStatusRequest is the request type for the Query/ClientStatus RPC method.
QueryClientStatusResponse is the response type for the Query/ClientStatus RPC method.
QueryConsensusStateRequest is the request type for the Query/ConsensusState RPC method.
QueryConsensusStateResponse is the response type for the Query/ConsensusState RPC method.
QueryConsensusStatesRequest is the request type for the Query/ConsensusStates RPC method.
QueryConsensusStatesResponse is the response type for the Query/ConsensusStates RPC method.
QueryUpgradedClientStateRequest is the request type for the Query/UpgradedClientState RPC method.
QueryUpgradedClientStateResponse is the response type for the Query/UpgradedClientState RPC method.
QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState RPC method.
QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState RPC method.
UnimplementedMsgServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.
UpgradeProposal is a gov Content type for initiating an IBC breaking upgrade.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.