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 TypeInterfaceDescriptioninterface
A service which allows for the invocation of methods belonging to an EVM Smart Contract.interface
A service which allows for invocation of Flow based smart contracts.interface
A 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 TypeClassDescriptionclass
SuperUserSmartContractInvocationService<InvocationScopeT extends InvocationScope,
InvokerT>