Documentation ¶
Index ¶
- func QueryClientStateABCI(clientCtx context.Context, clientID string) (*types.QueryClientStateResponse, error)
- func QueryClientStateABCI2(clientCtx context.Context, clientID string) (*types.QueryClientStateResponse, error)
- func QueryClientStatesABCI(clientCtx context.Context, offset, limit uint64) (*types.QueryClientStatesResponse, error)
- func QueryConsensusStateABCI(clientCtx context.Context, clientID string, height exported.Height) (*types.QueryConsensusStateResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryClientStateABCI ¶
func QueryClientStateABCI( clientCtx context.Context, clientID string, ) (*types.QueryClientStateResponse, error)
QueryClientStateABCI queries the store to get the light client state and a merkle proof.
func QueryClientStateABCI2 ¶
func QueryClientStateABCI2( clientCtx context.Context, clientID string, ) (*types.QueryClientStateResponse, error)
QueryClientStateABCI queries the store to get the light client state and a merkle proof.
func QueryClientStatesABCI ¶
func QueryClientStatesABCI( clientCtx context.Context, offset, limit uint64, ) (*types.QueryClientStatesResponse, error)
QueryClientStateABCI queries the store to get the light client state and a merkle proof.
func QueryConsensusStateABCI ¶
func QueryConsensusStateABCI( clientCtx context.Context, clientID string, height exported.Height, ) (*types.QueryConsensusStateResponse, error)
QueryConsensusStateABCI queries the store to get the consensus state of a light client and a merkle proof of its existence or non-existence.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.