Uses of Interface
dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution
Packages that use SmartContractInvocationResolution
Package
Description
-
Uses of SmartContractInvocationResolution in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain that return SmartContractInvocationResolutionModifier and TypeMethodDescriptionSmartContractInvocationService.resolve(String contractNameOrId, BlockchainNetwork network) Generates aSmartContractInvocationResolutionfor the supplied contract, which can be used to invoke the underlying smart contract methods..Creates a newSmartContractInvocationResolutionwith aVaultnot necessarily with the underlyingSmartContract. -
Uses of SmartContractInvocationResolution in dev.getelements.elements.service.blockchain.crypto.evm
Methods in dev.getelements.elements.service.blockchain.crypto.evm that return SmartContractInvocationResolutionModifier and TypeMethodDescriptionSuperUserEvmSmartContractInvocationService.newResolution(EvmInvocationScope evmInvocationScope) -
Uses of SmartContractInvocationResolution in dev.getelements.elements.service.blockchain.crypto.flow
Methods in dev.getelements.elements.service.blockchain.crypto.flow that return SmartContractInvocationResolutionModifier and TypeMethodDescriptionSuperUserFlowSmartContractInvocationService.newResolution(FlowInvocationScope flowInvocationScope) -
Uses of SmartContractInvocationResolution in dev.getelements.elements.service.blockchain.crypto.near
Methods in dev.getelements.elements.service.blockchain.crypto.near that return SmartContractInvocationResolutionModifier and TypeMethodDescriptionSuperUserNearSmartContractInvocationService.newResolution(NearInvocationScope nearInvocationScope) -
Uses of SmartContractInvocationResolution in dev.getelements.elements.service.blockchain.invoke
Classes in dev.getelements.elements.service.blockchain.invoke that implement SmartContractInvocationResolutionModifier and TypeClassDescriptionclassStandardSmartContractInvocationResolution<InvocationScopeT extends InvocationScope,InvokerT extends ScopedInvoker<InvocationScopeT>> Methods in dev.getelements.elements.service.blockchain.invoke that return SmartContractInvocationResolutionModifier and TypeMethodDescriptionprotected abstract SmartContractInvocationResolution<InvokerT> SuperUserSmartContractInvocationService.newResolution(InvocationScopeT scopeT) SuperUserSmartContractInvocationService.resolve(String contractNameOrId, BlockchainNetwork blockchainNetwork)