Class QueryGrpc.QueryBlockingStub

  • Enclosing class:
    QueryGrpc

    public static final class QueryGrpc.QueryBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<QueryGrpc.QueryBlockingStub>
     Query 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)  
      terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeResponse byteCode​(terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeRequest request)
      ByteCode returns the stored byte code
      terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoResponse codeInfo​(terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoRequest request)
      CodeInfo returns the stored code info
      terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoResponse contractInfo​(terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoRequest request)
      ContractInfo returns the stored contract info
      terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreResponse contractStore​(terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreRequest request)
      ContractStore return smart query result from the contract
      terra.wasm.v1beta1.QueryOuterClass.QueryParamsResponse params​(terra.wasm.v1beta1.QueryOuterClass.QueryParamsRequest request)
      Params queries all parameters.
      terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreResponse rawStore​(terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreRequest request)
      RawStore return single key from the raw store data of a contract
      • 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

      • codeInfo

        public terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoResponse codeInfo​(terra.wasm.v1beta1.QueryOuterClass.QueryCodeInfoRequest request)
         CodeInfo returns the stored code info
         
      • byteCode

        public terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeResponse byteCode​(terra.wasm.v1beta1.QueryOuterClass.QueryByteCodeRequest request)
         ByteCode returns the stored byte code
         
      • contractInfo

        public terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoResponse contractInfo​(terra.wasm.v1beta1.QueryOuterClass.QueryContractInfoRequest request)
         ContractInfo returns the stored contract info
         
      • contractStore

        public terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreResponse contractStore​(terra.wasm.v1beta1.QueryOuterClass.QueryContractStoreRequest request)
         ContractStore return smart query result from the contract
         
      • rawStore

        public terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreResponse rawStore​(terra.wasm.v1beta1.QueryOuterClass.QueryRawStoreRequest request)
         RawStore return single key from the raw store data of a contract
         
      • params

        public terra.wasm.v1beta1.QueryOuterClass.QueryParamsResponse params​(terra.wasm.v1beta1.QueryOuterClass.QueryParamsRequest request)
         Params queries all parameters.