Class NetworkServiceGrpc

java.lang.Object
com.hedera.hashgraph.sdk.proto.NetworkServiceGrpc

public final class NetworkServiceGrpc extends Object

 Basic "network information" queries.
 This service supports queries for the active services and API versions,
 and a query for account details.
 
  • Field Details

  • Method Details

    • getGetVersionInfoMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetVersionInfoMethod()
    • getGetAccountDetailsMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetAccountDetailsMethod()
    • getGetExecutionTimeMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetExecutionTimeMethod()
    • getUncheckedSubmitMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getUncheckedSubmitMethod()
    • newStub

      public static NetworkServiceGrpc.NetworkServiceStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingV2Stub

      public static NetworkServiceGrpc.NetworkServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports all types of calls on the service
    • newBlockingStub

      public static NetworkServiceGrpc.NetworkServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static NetworkServiceGrpc.NetworkServiceFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • bindService

      public static final io.grpc.ServerServiceDefinition bindService(NetworkServiceGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()