Uses of Interface
dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory
Packages that use ScopedInvoker.Factory
Package
Description
-
Uses of ScopedInvoker.Factory in dev.getelements.elements.service.blockchain.crypto.evm
Methods in dev.getelements.elements.service.blockchain.crypto.evm that return ScopedInvoker.FactoryModifier and TypeMethodDescriptionSuperUserEvmSmartContractInvocationService.getScopedInvokerFactory()Methods in dev.getelements.elements.service.blockchain.crypto.evm with parameters of type ScopedInvoker.FactoryModifier and TypeMethodDescriptionvoidSuperUserEvmSmartContractInvocationService.setScopedInvokerFactory(ScopedInvoker.Factory<EvmInvocationScope, EvmSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of ScopedInvoker.Factory in dev.getelements.elements.service.blockchain.crypto.flow
Methods in dev.getelements.elements.service.blockchain.crypto.flow that return ScopedInvoker.FactoryModifier and TypeMethodDescriptionSuperUserFlowSmartContractInvocationService.getScopedInvokerFactory()Methods in dev.getelements.elements.service.blockchain.crypto.flow with parameters of type ScopedInvoker.FactoryModifier and TypeMethodDescriptionvoidSuperUserFlowSmartContractInvocationService.setScopedInvokerFactory(ScopedInvoker.Factory<FlowInvocationScope, FlowSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of ScopedInvoker.Factory in dev.getelements.elements.service.blockchain.crypto.near
Methods in dev.getelements.elements.service.blockchain.crypto.near that return ScopedInvoker.FactoryModifier and TypeMethodDescriptionSuperUserNearSmartContractInvocationService.getScopedInvokerFactory()Methods in dev.getelements.elements.service.blockchain.crypto.near with parameters of type ScopedInvoker.FactoryModifier and TypeMethodDescriptionvoidSuperUserNearSmartContractInvocationService.setScopedInvokerFactory(ScopedInvoker.Factory<NearInvocationScope, NearSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of ScopedInvoker.Factory in dev.getelements.elements.service.blockchain.invoke
Methods in dev.getelements.elements.service.blockchain.invoke that return ScopedInvoker.FactoryModifier and TypeMethodDescriptionStandardSmartContractInvocationResolution.getScopedInvokerFactory()Methods in dev.getelements.elements.service.blockchain.invoke with parameters of type ScopedInvoker.FactoryModifier and TypeMethodDescriptionvoidStandardSmartContractInvocationResolution.setScopedInvokerFactory(ScopedInvoker.Factory<InvocationScopeT, InvokerT> scopedInvokerFactory)