Interface EvmSmartContractInvocationService

All Superinterfaces:
SmartContractInvocationService<EvmSmartContractInvocationService.Invoker>
All Known Implementing Classes:
SuperUserEvmSmartContractInvocationService

public interface EvmSmartContractInvocationService extends SmartContractInvocationService<EvmSmartContractInvocationService.Invoker>
A service which allows for the invocation of methods belonging to an EVM Smart Contract. Several blockchain networks are EVM based even if the API is not ETH based. Therefore, this service can handle the invocation details for the EVM based networks.
  • Field Details

    • DEFAULT_GAS_PRICE

      @Deprecated static final BigInteger DEFAULT_GAS_PRICE
      Deprecated.
      migrate this to a configurable parameter
      Gas Price
    • DEFAULT_GAS_LIMIT

      @Deprecated static final BigInteger DEFAULT_GAS_LIMIT
      Deprecated.
      migrate this to a configurable parameter
      Gas Limits