Class SuperUserEvmSmartContractInvocationService
java.lang.Object
dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService<EvmInvocationScope,EvmSmartContractInvocationService.Invoker>
dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
- All Implemented Interfaces:
EvmSmartContractInvocationService
,SmartContractInvocationService<EvmSmartContractInvocationService.Invoker>
public class SuperUserEvmSmartContractInvocationService
extends SuperUserSmartContractInvocationService<EvmInvocationScope,EvmSmartContractInvocationService.Invoker>
implements EvmSmartContractInvocationService
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService
EvmSmartContractInvocationService.Invoker
-
Field Summary
Fields inherited from interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService
DEFAULT_GAS_LIMIT, DEFAULT_GAS_PRICE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.inject.Provider
<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> protected EvmInvocationScope
newResolution
(EvmInvocationScope evmInvocationScope) void
setResolutionProvider
(jakarta.inject.Provider<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> resolutionProvider) void
setScopedInvokerFactory
(ScopedInvoker.Factory<EvmInvocationScope, EvmSmartContractInvocationService.Invoker> scopedInvokerFactory) void
setSmartContractDao
(SmartContractDao smartContractDao) void
setVaultCryptoUtilities
(VaultCryptoUtilities vaultCryptoUtilities) void
setWalletCryptoUtilities
(WalletCryptoUtilities walletCryptoUtilities) Methods inherited from class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
getVaultDao, getWalletDao, resolve, 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
-
SuperUserEvmSmartContractInvocationService
public SuperUserEvmSmartContractInvocationService()
-
-
Method Details
-
newInvocationScope
-
newResolution
protected SmartContractInvocationResolution<EvmSmartContractInvocationService.Invoker> newResolution(EvmInvocationScope evmInvocationScope) -
getSmartContractDao
-
setSmartContractDao
-
getVaultCryptoUtilities
-
setVaultCryptoUtilities
-
getScopedInvokerFactory
public ScopedInvoker.Factory<EvmInvocationScope,EvmSmartContractInvocationService.Invoker> getScopedInvokerFactory() -
setScopedInvokerFactory
@Inject public void setScopedInvokerFactory(ScopedInvoker.Factory<EvmInvocationScope, EvmSmartContractInvocationService.Invoker> scopedInvokerFactory) -
getWalletCryptoUtilities
-
setWalletCryptoUtilities
-
getResolutionProvider
public jakarta.inject.Provider<StandardSmartContractInvocationResolution<EvmInvocationScope,EvmSmartContractInvocationService.Invoker>> getResolutionProvider() -
setResolutionProvider
@Inject public void setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> resolutionProvider)
-