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.connection.v1.QueryOuterClass.QueryClientConnectionsResponse> |
clientConnections(ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest request)
ClientConnections queries the connection paths associated with a client
state.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionResponse> |
connection(ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest request)
Connection queries an IBC connection end.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse> |
connectionClientState(ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest request)
ConnectionClientState queries the client state associated with the
connection.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse> |
connectionConsensusState(ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest request)
ConnectionConsensusState queries the consensus state associated with the
connection.
|
com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse> |
connections(ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest request)
Connections queries all the IBC connections of a chain.
|
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.connection.v1.QueryOuterClass.QueryConnectionResponse> connection(ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest request)
Connection queries an IBC connection end.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse> connections(ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest request)
Connections queries all the IBC connections of a chain.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsResponse> clientConnections(ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest request)
ClientConnections queries the connection paths associated with a client state.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse> connectionClientState(ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest request)
ConnectionClientState queries the client state associated with the connection.
public com.google.common.util.concurrent.ListenableFuture<ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse> connectionConsensusState(ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest request)
ConnectionConsensusState queries the consensus state associated with the connection.