Documentation ¶
Index ¶
- func GetCmdNodeConsensusState() *cobra.Command
- func GetCmdQueryClientState() *cobra.Command
- func GetCmdQueryClientStates() *cobra.Command
- func GetCmdQueryConsensusState() *cobra.Command
- func GetCmdQueryConsensusStates() *cobra.Command
- func GetCmdQueryHeader() *cobra.Command
- func GetCmdQueryRelayers() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewCreateClientProposalCmd() *cobra.Command
- func NewRegisterRelayerProposalCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func NewUpdateClientCmd() *cobra.Command
- func NewUpgradeClientProposalCmd() *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 chain name.
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 from a given chain name and height.
func GetCmdQueryConsensusStates ¶
GetCmdQueryConsensusStates defines the command to query all the consensus states from a given chain name.
func GetCmdQueryHeader ¶
GetCmdQueryHeader defines the command to query the latest header on the chain.
func GetCmdQueryRelayers ¶
GetCmdQueryRelayers defines the command to query all the relayers from a given chain name.
func GetQueryCmd ¶
GetQueryCmd returns a root CLI command handler for all tibc/client query commands.
func NewCreateClientProposalCmd ¶
NewCreateClientProposalCmd implements a command handler for submitting a client create proposal transaction.
func NewRegisterRelayerProposalCmd ¶
NewRegisterRelayerProposalCmd implements a command handler for submitting a relayer register proposal transaction.
func NewTxCmd ¶
NewTxCmd returns a root CLI command handler for all tibc/client transaction commands.
func NewUpdateClientCmd ¶
NewUpdateClientCmd defines the command to update an TIBC client.
func NewUpgradeClientProposalCmd ¶
NewUpgradeClientProposalCmd implements a command handler for submitting a client upgrade proposal transaction.
Types ¶
This section is empty.