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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A type which performs the final invocation to the underlying smart contract. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigInteger
Deprecated.migrate this to a configurable parameterstatic final BigInteger
Deprecated.migrate this to a configurable parameter -
Method Summary
Methods inherited from interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService
resolve, resolve
-
Field Details
-
DEFAULT_GAS_PRICE
Deprecated.migrate this to a configurable parameterGas Price -
DEFAULT_GAS_LIMIT
Deprecated.migrate this to a configurable parameterGas Limits
-