public static final class QueryGrpc.QueryFutureStub extends io.grpc.stub.AbstractFutureStub<QueryGrpc.QueryFutureStub>
Query provides defines the gRPC querier service
| Modifier and Type | Method and Description |
|---|---|
protected QueryGrpc.QueryFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelResponse> |
channel(ibc.core.channel.v1.QueryOuterClass.QueryChannelRequest request)
Channel queries an IBC Channel.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelClientStateResponse> |
channelClientState(ibc.core.channel.v1.QueryOuterClass.QueryChannelClientStateRequest request)
ChannelClientState queries for the client state for the channel associated
with the provided channel identifiers.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelConsensusStateResponse> |
channelConsensusState(ibc.core.channel.v1.QueryOuterClass.QueryChannelConsensusStateRequest request)
ChannelConsensusState queries for the consensus state for the channel
associated with the provided channel identifiers.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelsResponse> |
channels(ibc.core.channel.v1.QueryOuterClass.QueryChannelsRequest request)
Channels queries all the IBC channels of a chain.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryConnectionChannelsResponse> |
connectionChannels(ibc.core.channel.v1.QueryOuterClass.QueryConnectionChannelsRequest request)
ConnectionChannels queries all the channels associated with a connection
end.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryNextSequenceReceiveResponse> |
nextSequenceReceive(ibc.core.channel.v1.QueryOuterClass.QueryNextSequenceReceiveRequest request)
NextSequenceReceive returns the next receive sequence for a given channel.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementResponse> |
packetAcknowledgement(ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementRequest request)
PacketAcknowledgement queries a stored packet acknowledgement hash.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementsResponse> |
packetAcknowledgements(ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementsRequest request)
PacketAcknowledgements returns all the packet acknowledgements associated
with a channel.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentResponse> |
packetCommitment(ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentRequest request)
PacketCommitment queries a stored packet commitment hash.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentsResponse> |
packetCommitments(ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentsRequest request)
PacketCommitments returns all the packet commitments hashes associated
with a channel.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketReceiptResponse> |
packetReceipt(ibc.core.channel.v1.QueryOuterClass.QueryPacketReceiptRequest request)
PacketReceipt queries if a given packet sequence has been received on the
queried chain
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedAcksResponse> |
unreceivedAcks(ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedAcksRequest request)
UnreceivedAcks returns all the unreceived IBC acknowledgements associated
with a channel and sequences.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedPacketsResponse> |
unreceivedPackets(ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedPacketsRequest request)
UnreceivedPackets returns all the unreceived IBC packets associated with a
channel and sequences.
|
protected QueryGrpc.QueryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<QueryGrpc.QueryFutureStub>public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelResponse> channel(ibc.core.channel.v1.QueryOuterClass.QueryChannelRequest request)
Channel queries an IBC Channel.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelsResponse> channels(ibc.core.channel.v1.QueryOuterClass.QueryChannelsRequest request)
Channels queries all the IBC channels of a chain.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryConnectionChannelsResponse> connectionChannels(ibc.core.channel.v1.QueryOuterClass.QueryConnectionChannelsRequest request)
ConnectionChannels queries all the channels associated with a connection end.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelClientStateResponse> channelClientState(ibc.core.channel.v1.QueryOuterClass.QueryChannelClientStateRequest request)
ChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryChannelConsensusStateResponse> channelConsensusState(ibc.core.channel.v1.QueryOuterClass.QueryChannelConsensusStateRequest request)
ChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentResponse> packetCommitment(ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentRequest request)
PacketCommitment queries a stored packet commitment hash.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentsResponse> packetCommitments(ibc.core.channel.v1.QueryOuterClass.QueryPacketCommitmentsRequest request)
PacketCommitments returns all the packet commitments hashes associated with a channel.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketReceiptResponse> packetReceipt(ibc.core.channel.v1.QueryOuterClass.QueryPacketReceiptRequest request)
PacketReceipt queries if a given packet sequence has been received on the queried chain
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementResponse> packetAcknowledgement(ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementRequest request)
PacketAcknowledgement queries a stored packet acknowledgement hash.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementsResponse> packetAcknowledgements(ibc.core.channel.v1.QueryOuterClass.QueryPacketAcknowledgementsRequest request)
PacketAcknowledgements returns all the packet acknowledgements associated with a channel.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedPacketsResponse> unreceivedPackets(ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedPacketsRequest request)
UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedAcksResponse> unreceivedAcks(ibc.core.channel.v1.QueryOuterClass.QueryUnreceivedAcksRequest request)
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.channel.v1.QueryOuterClass.QueryNextSequenceReceiveResponse> nextSequenceReceive(ibc.core.channel.v1.QueryOuterClass.QueryNextSequenceReceiveRequest request)
NextSequenceReceive returns the next receive sequence for a given channel.