package
8.5.1
Repository: https://github.com/cosmos/ibc-go.git
Documentation: pkg.go.dev

# Functions

GetCmdChannelParams returns the command handler for ibc channel parameter querying.
GetCmdQueryChannel defines the command to query a channel end.
GetCmdQueryChannelClientState defines the command to query a client state from a channel.
GetCmdQueryChannels defines the command to query all the channels ends that this chain mantains.
GetCmdQueryConnectionChannels defines the command to query all the channels associated with a connection.
GetCmdQueryNextSequenceReceive defines the command to query a next receive sequence for a given channel.
GetCmdQueryNextSequenceSend defines the command to query a next send sequence for a given channel.
GetCmdQueryPacketAcknowledgement defines the command to query a packet acknowledgement.
GetCmdQueryPacketCommitment defines the command to query a packet commitment.
GetCmdQueryPacketCommitments defines the command to query all packet commitments associated with a channel.
GetCmdQueryPacketReceipt defines the command to query a packet receipt.
GetCmdQueryUnreceivedAcks defines the command to query all the unreceived acks on the original sending chain.
GetCmdQueryUnreceivedPackets defines the command to query all the unreceived packets on the receiving chain.
GetCmdQueryUpgrade defines the command to query for the upgrade associated with a port and channel id.
GetCmdQueryUpgradeError defines the command to query for the error receipt associated with an upgrade.
GetQueryCmd returns the query commands for IBC channels.
NewTxCmd returns a CLI command handler for all x/ibc channel transaction commands.