Class CryptoServiceGrpc

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

public final class CryptoServiceGrpc extends Object

 Transactions and queries for the Hedera Crypto Service.
 
  • Field Details

  • Method Details

    • getCreateAccountMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getCreateAccountMethod()
    • getUpdateAccountMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getUpdateAccountMethod()
    • getCryptoTransferMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getCryptoTransferMethod()
    • getCryptoDeleteMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getCryptoDeleteMethod()
    • getApproveAllowancesMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getApproveAllowancesMethod()
    • getDeleteAllowancesMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getDeleteAllowancesMethod()
    • getAddLiveHashMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getAddLiveHashMethod()
    • getDeleteLiveHashMethod

      public static io.grpc.MethodDescriptor<Transaction,TransactionResponse> getDeleteLiveHashMethod()
    • getGetLiveHashMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetLiveHashMethod()
    • getGetAccountRecordsMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetAccountRecordsMethod()
    • getCryptoGetBalanceMethod

      public static io.grpc.MethodDescriptor<Query,Response> getCryptoGetBalanceMethod()
    • getGetAccountInfoMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetAccountInfoMethod()
    • getGetTransactionReceiptsMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetTransactionReceiptsMethod()
    • getGetTxRecordByTxIDMethod

      public static io.grpc.MethodDescriptor<Query,Response> getGetTxRecordByTxIDMethod()
    • newStub

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

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

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

      public static CryptoServiceGrpc.CryptoServiceFutureStub 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(CryptoServiceGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()