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