Package org.bdware.bdledger.api.grpc.pb
Class QueryGrpc
java.lang.Object
org.bdware.bdledger.api.grpc.pb.QueryGrpc
@Generated(value="by gRPC proto compiler (version 1.41.0)",
comments="Source: bdware/bdledger/api/query.proto")
public final class QueryGrpc
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<QueryProto.BlocksRequest,
QueryProto.CountBlocksResponse> static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,
QueryProto.CountTransactionsResponse> static io.grpc.MethodDescriptor<QueryProto.GetBlockByHashRequest,
QueryProto.GetBlockByHashResponse> static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,
QueryProto.GetBlocksResponse> static io.grpc.MethodDescriptor<QueryProto.RecentBlocksRequest,
QueryProto.GetBlocksResponse> static io.grpc.MethodDescriptor<QueryProto.GetTransactionByBlockHashAndIndexRequest,
QueryProto.GetTransactionByBlockHashAndIndexResponse> static io.grpc.MethodDescriptor<QueryProto.GetTransactionByHashRequest,
QueryProto.GetTransactionByHashResponse> static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,
QueryProto.GetTransactionsResponse> static io.grpc.ServiceDescriptor
static QueryGrpc.QueryBlockingStub
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryGrpc.QueryFutureStub
newFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryGrpc.QueryStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetBlockByHashMethod
public static io.grpc.MethodDescriptor<QueryProto.GetBlockByHashRequest,QueryProto.GetBlockByHashResponse> getGetBlockByHashMethod() -
getGetBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.GetBlocksResponse> getGetBlocksMethod() -
getCountBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.CountBlocksResponse> getCountBlocksMethod() -
getGetRecentBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.RecentBlocksRequest,QueryProto.GetBlocksResponse> getGetRecentBlocksMethod() -
getGetTransactionByHashMethod
public static io.grpc.MethodDescriptor<QueryProto.GetTransactionByHashRequest,QueryProto.GetTransactionByHashResponse> getGetTransactionByHashMethod() -
getGetTransactionByBlockHashAndIndexMethod
public static io.grpc.MethodDescriptor<QueryProto.GetTransactionByBlockHashAndIndexRequest,QueryProto.GetTransactionByBlockHashAndIndexResponse> getGetTransactionByBlockHashAndIndexMethod() -
getGetTransactionsMethod
public static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.GetTransactionsResponse> getGetTransactionsMethod() -
getCountTransactionsMethod
public static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.CountTransactionsResponse> getCountTransactionsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-