# Functions
GetCmdNodeConsensusState defines the command to query the latest consensus state of a node.
GetCmdQueryClientState defines the command to query the state of a client with a given chain name.
GetCmdQueryClientStates defines the command to query all the light clients that this chain mantains.
GetCmdQueryConsensusState defines the command to query the consensus state from a given chain name and height.
GetCmdQueryConsensusStates defines the command to query all the consensus states from a given chain name.
GetCmdQueryHeader defines the command to query the latest header on the chain.
GetCmdQueryRelayers defines the command to query all the relayers from a given chain name.
GetQueryCmd returns a root CLI command handler for all tibc/client query commands.
NewCreateClientProposalCmd implements a command handler for submitting a client create proposal transaction.
NewRegisterRelayerProposalCmd implements a command handler for submitting a relayer register proposal transaction.
NewTxCmd returns a root CLI command handler for all tibc/client transaction commands.
NewUpdateClientCmd defines the command to update an TIBC client.
NewUpgradeClientProposalCmd implements a command handler for submitting a client upgrade proposal transaction.