Documentation ¶
Index ¶
- func GetCmdNodeConsensusState() *cobra.Command
- func GetCmdParams() *cobra.Command
- func GetCmdQueryClientState() *cobra.Command
- func GetCmdQueryClientStates() *cobra.Command
- func GetCmdQueryConsensusState() *cobra.Command
- func GetCmdQueryConsensusStates() *cobra.Command
- func GetCmdQueryHeader() *cobra.Command
- func GetQueryCmd() *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 GetCmdParams ¶
GetCmdParams returns the command handler for ibc client parameter querying.
func GetCmdQueryClientState ¶
GetCmdQueryClientState defines the command to query the state of a client with a given id as defined in https://github.com/soomindae/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/soomindae/ics/tree/master/spec/ics-002-client-semantics#query
func GetCmdQueryConsensusStates ¶
GetCmdQueryConsensusStates defines the command to query all the consensus states from a given client state.
func GetCmdQueryHeader ¶
GetCmdQueryHeader defines the command to query the latest header on the chain
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC clients
Types ¶
This section is empty.