Documentation
      ¶
    
    
  
    
  
    Index ¶
- func GetCmdParams() *cobra.Command
 - func GetCmdQueryClientState() *cobra.Command
 - func GetCmdQueryClientStates() *cobra.Command
 - func GetCmdQueryClientStatus() *cobra.Command
 - func GetCmdQueryConsensusState() *cobra.Command
 - func GetCmdQueryConsensusStates() *cobra.Command
 - func GetCmdQueryHeader() *cobra.Command
 - func GetCmdSelfConsensusState() *cobra.Command
 - func GetQueryCmd() *cobra.Command
 - func NewCmdSubmitUpdateClientProposal() *cobra.Command
 - func NewCmdSubmitUpgradeProposal() *cobra.Command
 - func NewCreateClientCmd() *cobra.Command
 - func NewSubmitMisbehaviourCmd() *cobra.Command
 - func NewTxCmd() *cobra.Command
 - func NewUpdateClientCmd() *cobra.Command
 - func NewUpgradeClientCmd() *cobra.Command
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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/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 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
func NewCmdSubmitUpdateClientProposal ¶
NewCmdSubmitUpdateClientProposal implements a command handler for submitting an update IBC client proposal transaction.
func NewCmdSubmitUpgradeProposal ¶
NewCmdSubmitUpgradeProposal implements a command handler for submitting an upgrade IBC client proposal transaction.
func NewCreateClientCmd ¶
NewCreateClientCmd defines the command to create a new IBC light client.
func NewSubmitMisbehaviourCmd ¶
NewSubmitMisbehaviourCmd defines the command to submit a misbehaviour to prevent future updates.
func NewUpdateClientCmd ¶
NewUpdateClientCmd defines the command to update an IBC client.
func NewUpgradeClientCmd ¶
NewUpgradeClientCmd defines the command to upgrade an IBC light client.
Types ¶
This section is empty.