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
- 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 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/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 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
func NewCmdSubmitUpdateClientProposal ¶ added in v0.46.0
NewCmdSubmitUpdateClientProposal implements a command handler for submitting an update IBC client proposal transaction.
func NewCmdSubmitUpgradeProposal ¶ added in v0.46.0
NewCmdSubmitUpgradeProposal implements a command handler for submitting an upgrade IBC client proposal transaction.
func NewCreateClientCmd ¶ added in v0.46.0
NewCreateClientCmd defines the command to create a new IBC light client.
func NewSubmitMisbehaviourCmd ¶ added in v0.46.0
NewSubmitMisbehaviourCmd defines the command to submit a misbehaviour to prevent future updates.
func NewUpdateClientCmd ¶ added in v0.46.0
NewUpdateClientCmd defines the command to update an IBC client.
func NewUpgradeClientCmd ¶ added in v0.46.0
NewUpgradeClientCmd defines the command to upgrade an IBC light client.
Types ¶
This section is empty.