Channel queries an IBC Channel.
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
Channels queries all the IBC channels of a chain.
Optional
request: QueryChannelsRequestConnectionChannels queries all the channels associated with a connection end.
NextSequenceReceive returns the next receive sequence for a given channel.
PacketAcknowledgement queries a stored packet acknowledgement hash.
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
PacketCommitment queries a stored packet commitment hash.
PacketCommitments returns all the packet commitments hashes associated with a channel.
PacketReceipt queries if a given packet sequence has been received on the queried chain
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
Query provides defines the gRPC querier service