Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - func GetCmdClientParams() *cobra.Command
 - func GetCmdQueryClientState() *cobra.Command
 - func GetCmdQueryClientStates() *cobra.Command
 - func GetCmdQueryClientStatus() *cobra.Command
 - func GetCmdQueryConsensusState() *cobra.Command
 - func GetCmdQueryConsensusStateHeights() *cobra.Command
 - func GetCmdQueryConsensusStates() *cobra.Command
 - func GetCmdQueryHeader() *cobra.Command
 - func GetCmdSelfConsensusState() *cobra.Command
 - func GetQueryCmd() *cobra.Command
 - func NewTxCmd() *cobra.Command
 
Constants ¶
const FlagAuthority = "authority"
    Variables ¶
This section is empty.
Functions ¶
func GetCmdClientParams ¶
GetCmdClientParams 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/cosmos/ibc/tree/master/spec/core/ics-002-client-semantics#query
func GetCmdQueryClientStates ¶
GetCmdQueryClientStates defines the command to query all the light clients that this chain mantains.
func GetCmdQueryClientStatus ¶
GetCmdQueryClientStatus defines the command to query the status of a client with a given id
func GetCmdQueryConsensusState ¶
GetCmdQueryConsensusState defines the command to query the consensus state of the chain as defined in https://github.com/cosmos/ibc/tree/master/spec/core/ics-002-client-semantics#query
func GetCmdQueryConsensusStateHeights ¶
GetCmdQueryConsensusStateHeights defines the command to query the heights of all client consensus states associated with the provided client ID.
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 GetCmdSelfConsensusState ¶
GetCmdSelfConsensusState defines the command to query the self consensus state of a chain
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC clients
Types ¶
This section is empty.