Documentation ¶
Index ¶
- func GetCmdParams(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryClientState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryClientStates(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryClientStatus(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryConsensusState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryConsensusStateHeights(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryConsensusStates(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdQueryHeader(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdSelfConsensusState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewCmdSubmitUpdateClientProposal(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewCreateClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewSubmitMisbehaviourCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewUpdateClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewUpgradeClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdParams ¶
func GetCmdParams(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdParams returns the command handler for ibc client parameter querying.
func GetCmdQueryClientState ¶
func GetCmdQueryClientState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
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 ¶
func GetCmdQueryClientStates(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
func GetCmdQueryClientStatus ¶ added in v1.6.7
func GetCmdQueryClientStatus(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
func GetCmdQueryConsensusState ¶
func GetCmdQueryConsensusState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
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 ¶ added in v1.6.7
func GetCmdQueryConsensusStateHeights(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
func GetCmdQueryConsensusStates ¶
func GetCmdQueryConsensusStates(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdQueryConsensusStates defines the command to query all the consensus states from a given client state.
func GetCmdQueryHeader ¶
func GetCmdQueryHeader(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdQueryHeader defines the command to query the latest header on the chain
func GetCmdSelfConsensusState ¶
func GetCmdSelfConsensusState(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdSelfConsensusState defines the command to query the self consensus state of a chain
func GetQueryCmd ¶
func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetQueryCmd returns the query commands for IBC clients
func NewCmdSubmitUpdateClientProposal ¶
func NewCmdSubmitUpdateClientProposal(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewCmdSubmitUpdateClientProposal implements a command handler for submitting an update IBC client proposal transaction.
func NewCreateClientCmd ¶
func NewCreateClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewCreateClientCmd defines the command to create a new IBC light client.
func NewSubmitMisbehaviourCmd ¶
func NewSubmitMisbehaviourCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewSubmitMisbehaviourCmd defines the command to submit a misbehaviour to prevent future updates.
func NewTxCmd ¶
func NewTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewTxCmd returns the command to create and handle IBC clients
func NewUpdateClientCmd ¶
func NewUpdateClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewUpdateClientCmd defines the command to update an IBC client.
func NewUpgradeClientCmd ¶
func NewUpgradeClientCmd(m *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewUpgradeClientCmd defines the command to upgrade an IBC light client.
Types ¶
This section is empty.