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 Details

    • SmartContractServiceImplBase

      public SmartContractServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService