Class InvocationScope
java.lang.Object
dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
- Direct Known Subclasses:
EvmInvocationScope
,FlowInvocationScope
,NearInvocationScope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getVault()
int
hashCode()
void
setBlockchainNetwork
(BlockchainNetwork blockchainNetwork) void
setSmartContract
(SmartContract smartContract) void
setSmartContractAddress
(SmartContractAddress smartContractAddress) void
void
void
setWalletAccount
(WalletAccount walletAccount) toString()
-
Constructor Details
-
InvocationScope
public InvocationScope()
-
-
Method Details
-
getVault
-
setVault
-
getWallet
-
setWallet
-
getWalletAccount
-
setWalletAccount
-
getSmartContract
-
setSmartContract
-
getBlockchainNetwork
-
setBlockchainNetwork
-
getSmartContractAddress
-
setSmartContractAddress
-
equals
-
hashCode
public int hashCode() -
toString
-