Uses of Interface
dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker
Packages that use ScopedInvoker
Package
Description
-
Uses of ScopedInvoker in dev.getelements.elements.sdk.service.blockchain
Subinterfaces of ScopedInvoker in dev.getelements.elements.sdk.service.blockchainModifier and TypeInterfaceDescriptionstatic interface
A type which performs the final invocation to the underlying smart contract.static interface
Used to make invocations on the Flow blockchain.static interface
Used to make invocations on the Near blockchain. -
Uses of ScopedInvoker in dev.getelements.elements.sdk.service.blockchain.invoke
Classes in dev.getelements.elements.sdk.service.blockchain.invoke with type parameters of type ScopedInvokerModifier and TypeInterfaceDescriptionstatic interface
ScopedInvoker.Factory<InvocationScopeT extends InvocationScope,
InvokerT extends ScopedInvoker<InvocationScopeT>> A Factory type which is used to make instances of invalid input: '{@link /*missing*/}' -
Uses of ScopedInvoker in dev.getelements.elements.service.blockchain.invoke
Classes in dev.getelements.elements.service.blockchain.invoke with type parameters of type ScopedInvokerModifier and TypeClassDescriptionclass
StandardSmartContractInvocationResolution<InvocationScopeT extends InvocationScope,
InvokerT extends ScopedInvoker<InvocationScopeT>> -
Uses of ScopedInvoker in dev.getelements.elements.service.blockchain.invoke.evm
Classes in dev.getelements.elements.service.blockchain.invoke.evm that implement ScopedInvoker -
Uses of ScopedInvoker in dev.getelements.elements.service.blockchain.invoke.flow
Classes in dev.getelements.elements.service.blockchain.invoke.flow that implement ScopedInvoker -
Uses of ScopedInvoker in dev.getelements.elements.service.blockchain.invoke.near
Classes in dev.getelements.elements.service.blockchain.invoke.near that implement ScopedInvoker