Uses of Interface
dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService
Packages that use SmartContractInvocationService
Package
Description
-
Uses of SmartContractInvocationService in dev.getelements.elements.sdk.service.blockchain
Subinterfaces of SmartContractInvocationService in dev.getelements.elements.sdk.service.blockchainModifier and TypeInterfaceDescriptioninterfaceA service which allows for the invocation of methods belonging to an EVM Smart Contract.interfaceA service which allows for invocation of Flow based smart contracts.interfaceA service which allows for invocation of Near based smart contracts. -
Uses of SmartContractInvocationService in dev.getelements.elements.service.blockchain.crypto.evm
Classes in dev.getelements.elements.service.blockchain.crypto.evm that implement SmartContractInvocationService -
Uses of SmartContractInvocationService in dev.getelements.elements.service.blockchain.crypto.flow
Classes in dev.getelements.elements.service.blockchain.crypto.flow that implement SmartContractInvocationService -
Uses of SmartContractInvocationService in dev.getelements.elements.service.blockchain.crypto.near
Classes in dev.getelements.elements.service.blockchain.crypto.near that implement SmartContractInvocationService -
Uses of SmartContractInvocationService in dev.getelements.elements.service.blockchain.invoke
Classes in dev.getelements.elements.service.blockchain.invoke that implement SmartContractInvocationServiceModifier and TypeClassDescriptionclassSuperUserSmartContractInvocationService<InvocationScopeT extends InvocationScope,InvokerT>