[][src]Module ibc_proto::client

Structs

ClientConsensusStates

ClientConsensusStates defines all the stored consensus states for a given client.

GenesisState

GenesisState defines the ibc client submodule's genesis state.

IdentifiedClientState

IdentifiedClientState defines a client state with additional client identifier field.

QueryClientStateRequest

QueryClientStateRequest is the request type for the Query/ClientState RPC method

QueryClientStateResponse

QueryClientStateResponse is the response type for the Query/ClientState RPC method. Besides the client state, it includes a proof and the height from which the proof was retrieved.

QueryClientStatesRequest

QueryClientStatesRequest is the request type for the Query/ClientStates RPC method

QueryClientStatesResponse

QueryClientStatesResponse is the response type for the Query/ClientStates RPC method.

QueryConsensusStateRequest

QueryConsensusStateRequest is the request type for the Query/ConsensusState RPC method. Besides the consensus state, it includes a proof and the height from which the proof was retrieved.

QueryConsensusStateResponse

QueryConsensusStateResponse is the response type for the Query/ConsensusState RPC method

QueryConsensusStatesRequest

QueryConsensusStatesRequest is the request type for the Query/ConsensusStates RPC method.

QueryConsensusStatesResponse

QueryConsensusStatesResponse is the response type for the Query/ConsensusStates RPC method