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

# Functions

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.
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.
GetQueryCmd returns the query commands for IBC channels.
NewTxCmd returns a CLI command handler for all x/ibc channel transaction commands.