Documentation ¶
Index ¶
- func GetCmdNodeConsensusState(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryClientState(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryClientStates(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryConsensusState(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryHeader(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPath(storeName string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdNodeConsensusState ¶
GetCmdNodeConsensusState defines the command to query the latest consensus state of a node The result is feed to client creation
func GetCmdQueryClientState ¶
GetCmdQueryClientState defines the command to query the state of a client with a given id as defined in https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics#query
func GetCmdQueryClientStates ¶
GetCmdQueryClientStates defines the command to query all the light clients that this chain mantains.
func GetCmdQueryConsensusState ¶
GetCmdQueryConsensusState defines the command to query the consensus state of the chain as defined in https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics#query
func GetCmdQueryHeader ¶
GetCmdQueryHeader defines the command to query the latest header on the chain
func GetCmdQueryPath ¶
GetCmdQueryPath defines the command to query the commitment path.
Types ¶
This section is empty.