Class EvmInvocationScope
java.lang.Object
dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setGasLimit
(BigInteger gasLimit) void
setGasPrice
(BigInteger gasPrice) Methods inherited from class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
getBlockchainNetwork, getSmartContract, getSmartContractAddress, getVault, getWallet, getWalletAccount, setBlockchainNetwork, setSmartContract, setSmartContractAddress, setVault, setWallet, setWalletAccount, toString
-
Constructor Details
-
EvmInvocationScope
public EvmInvocationScope()
-
-
Method Details
-
getGasLimit
-
setGasLimit
-
getGasPrice
-
setGasPrice
-
equals
- Overrides:
equals
in classInvocationScope
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvocationScope
-