Package ibc.core.channel.v1
Class QueryGrpc.QueryFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<QueryGrpc.QueryFutureStub>
-
- ibc.core.channel.v1.QueryGrpc.QueryFutureStub
-
- Enclosing class:
- QueryGrpc
public static final class QueryGrpc.QueryFutureStub extends io.grpc.stub.AbstractFutureStub<QueryGrpc.QueryFutureStub>
Query provides defines the gRPC querier service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QueryGrpc.QueryFutureStubbuild(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 chaincom.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.
-
-
-
Method Detail
-
build
protected QueryGrpc.QueryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<QueryGrpc.QueryFutureStub>
-
channel
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.
-
channels
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.
-
connectionChannels
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.
-
channelClientState
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.
-
channelConsensusState
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.
-
packetCommitment
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.
-
packetCommitments
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.
-
packetReceipt
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
-
packetAcknowledgement
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.
-
packetAcknowledgements
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.
-
unreceivedPackets
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.
-
unreceivedAcks
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.
-
nextSequenceReceive
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.
-
-