Class SuperUserFlowSmartContractInvocationService
java.lang.Object
dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService<FlowInvocationScope,FlowSmartContractInvocationService.Invoker>
dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
- All Implemented Interfaces:
FlowSmartContractInvocationService
,SmartContractInvocationService<FlowSmartContractInvocationService.Invoker>
public class SuperUserFlowSmartContractInvocationService
extends SuperUserSmartContractInvocationService<FlowInvocationScope,FlowSmartContractInvocationService.Invoker>
implements FlowSmartContractInvocationService
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService
FlowSmartContractInvocationService.Invoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.inject.Provider
<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>> protected FlowInvocationScope
newResolution
(FlowInvocationScope flowInvocationScope) void
setResolutionProvider
(jakarta.inject.Provider<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>> resolutionProvider) void
setScopedInvokerFactory
(ScopedInvoker.Factory<FlowInvocationScope, FlowSmartContractInvocationService.Invoker> scopedInvokerFactory) Methods inherited from class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
getSmartContractDao, getVaultDao, getWalletDao, resolve, setSmartContractDao, setVaultDao, setWalletDao
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService
resolve, resolve
-
Constructor Details
-
SuperUserFlowSmartContractInvocationService
public SuperUserFlowSmartContractInvocationService()
-
-
Method Details
-
newInvocationScope
-
newResolution
protected SmartContractInvocationResolution<FlowSmartContractInvocationService.Invoker> newResolution(FlowInvocationScope flowInvocationScope) -
getScopedInvokerFactory
public ScopedInvoker.Factory<FlowInvocationScope,FlowSmartContractInvocationService.Invoker> getScopedInvokerFactory() -
setScopedInvokerFactory
@Inject public void setScopedInvokerFactory(ScopedInvoker.Factory<FlowInvocationScope, FlowSmartContractInvocationService.Invoker> scopedInvokerFactory) -
getResolutionProvider
public jakarta.inject.Provider<StandardSmartContractInvocationResolution<FlowInvocationScope,FlowSmartContractInvocationService.Invoker>> getResolutionProvider() -
setResolutionProvider
@Inject public void setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>> resolutionProvider)
-