Documentation ¶
Index ¶
- func GetCmdChannelParams() *cobra.Command
- func GetCmdQueryChannel() *cobra.Command
- func GetCmdQueryChannelClientState() *cobra.Command
- func GetCmdQueryChannels() *cobra.Command
- func GetCmdQueryConnectionChannels() *cobra.Command
- func GetCmdQueryNextSequenceReceive() *cobra.Command
- func GetCmdQueryNextSequenceSend() *cobra.Command
- func GetCmdQueryPacketAcknowledgement() *cobra.Command
- func GetCmdQueryPacketCommitment() *cobra.Command
- func GetCmdQueryPacketCommitments() *cobra.Command
- func GetCmdQueryPacketReceipt() *cobra.Command
- func GetCmdQueryUnreceivedAcks() *cobra.Command
- func GetCmdQueryUnreceivedPackets() *cobra.Command
- func GetCmdQueryUpgrade() *cobra.Command
- func GetCmdQueryUpgradeError() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdChannelParams ¶
GetCmdChannelParams returns the command handler for ibc channel parameter querying.
func GetCmdQueryChannel ¶
GetCmdQueryChannel defines the command to query a channel end
func GetCmdQueryChannelClientState ¶
GetCmdQueryChannelClientState defines the command to query a client state from a channel
func GetCmdQueryChannels ¶
GetCmdQueryChannels defines the command to query all the channels ends that this chain maintains.
func GetCmdQueryConnectionChannels ¶
GetCmdQueryConnectionChannels defines the command to query all the channels associated with a connection
func GetCmdQueryNextSequenceReceive ¶
GetCmdQueryNextSequenceReceive defines the command to query a next receive sequence for a given channel
func GetCmdQueryNextSequenceSend ¶
GetCmdQueryNextSequenceSend defines the command to query a next send sequence for a given channel
func GetCmdQueryPacketAcknowledgement ¶
GetCmdQueryPacketAcknowledgement defines the command to query a packet acknowledgement
func GetCmdQueryPacketCommitment ¶
GetCmdQueryPacketCommitment defines the command to query a packet commitment
func GetCmdQueryPacketCommitments ¶
GetCmdQueryPacketCommitments defines the command to query all packet commitments associated with a channel
func GetCmdQueryPacketReceipt ¶
GetCmdQueryPacketReceipt defines the command to query a packet receipt
func GetCmdQueryUnreceivedAcks ¶
GetCmdQueryUnreceivedAcks defines the command to query all the unreceived acks on the original sending chain
func GetCmdQueryUnreceivedPackets ¶
GetCmdQueryUnreceivedPackets defines the command to query all the unreceived packets on the receiving chain
func GetCmdQueryUpgrade ¶
GetCmdQueryUpgrade defines the command to query for the upgrade associated with a port and channel id
func GetCmdQueryUpgradeError ¶
GetCmdQueryUpgradeError defines the command to query for the error receipt associated with an upgrade
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC channels
Types ¶
This section is empty.