Class QueryGrpc.QueryBlockingStub

  • Enclosing class:
    QueryGrpc

    public static final class QueryGrpc.QueryBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<QueryGrpc.QueryBlockingStub>
     Query provides defines the gRPC querier service
     
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected QueryGrpc.QueryBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsResponse clientConnections​(ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest request)
      ClientConnections queries the connection paths associated with a client state.
      ibc.core.connection.v1.QueryOuterClass.QueryConnectionResponse connection​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest request)
      Connection queries an IBC connection end.
      ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse connectionClientState​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest request)
      ConnectionClientState queries the client state associated with the connection.
      ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse connectionConsensusState​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest request)
      ConnectionConsensusState queries the consensus state associated with the connection.
      ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse connections​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest request)
      Connections queries all the IBC connections of a chain.
      • Methods inherited from class io.grpc.stub.AbstractBlockingStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • connection

        public ibc.core.connection.v1.QueryOuterClass.QueryConnectionResponse connection​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionRequest request)
         Connection queries an IBC connection end.
         
      • connections

        public ibc.core.connection.v1.QueryOuterClass.QueryConnectionsResponse connections​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionsRequest request)
         Connections queries all the IBC connections of a chain.
         
      • clientConnections

        public ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsResponse clientConnections​(ibc.core.connection.v1.QueryOuterClass.QueryClientConnectionsRequest request)
         ClientConnections queries the connection paths associated with a client
         state.
         
      • connectionClientState

        public ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateResponse connectionClientState​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionClientStateRequest request)
         ConnectionClientState queries the client state associated with the
         connection.
         
      • connectionConsensusState

        public ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateResponse connectionConsensusState​(ibc.core.connection.v1.QueryOuterClass.QueryConnectionConsensusStateRequest request)
         ConnectionConsensusState queries the consensus state associated with the
         connection.