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