Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class SmartContractServiceGrpc.SmartContractServiceImplBase
java.lang.Object
com.hedera.hashgraph.sdk.proto.SmartContractServiceGrpc.SmartContractServiceImplBase
- All Implemented Interfaces:
SmartContractServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
SmartContractServiceGrpc
public abstract static class SmartContractServiceGrpc.SmartContractServiceImplBase
extends Object
implements io.grpc.BindableService, SmartContractServiceGrpc.AsyncService
Base class for the server implementation of the service SmartContractService.
The Hedera Smart Contract Service (HSCS) provides an interface to an EVM compatible environment to create, store, manage, and execute smart contract calls. Smart Contracts implement useful and often highly complex interactions between individuals, systems, and the distributed ledger.
-
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.SmartContractServiceGrpc.AsyncService
callEthereum, contractCallLocalMethod, contractCallMethod, contractGetBytecode, createContract, deleteContract, getBySolidityID, getContractInfo, getTxRecordByContractID, hookStore, systemDelete, systemUndelete, updateContract
-
Constructor Details
-
SmartContractServiceImplBase
public SmartContractServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-