Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class CryptoServiceGrpc.CryptoServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.CryptoServiceImplBase
- All Implemented Interfaces:
CryptoServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
CryptoServiceGrpc
public abstract static class CryptoServiceGrpc.CryptoServiceImplBase
extends Object
implements io.grpc.BindableService, CryptoServiceGrpc.AsyncService
Base class for the server implementation of the service CryptoService.
Transactions and queries for the Hedera Crypto Service.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hedera.hashgraph.sdk.proto.CryptoServiceGrpc.AsyncService
addLiveHash, approveAllowances, createAccount, cryptoDelete, cryptoGetBalance, cryptoTransfer, deleteAllowances, deleteLiveHash, getAccountInfo, getAccountRecords, getLiveHash, getTransactionReceipts, getTxRecordByTxID, updateAccount
-
Constructor Details
-
CryptoServiceImplBase
public CryptoServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-