Class SuperUserEvmSmartContractInvocationService

java.lang.Object
dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
All Implemented Interfaces:
dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService, dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>

public class SuperUserEvmSmartContractInvocationService extends SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker> implements dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService

    dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker
  • Field Summary

    Fields inherited from interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService

    DEFAULT_GAS_LIMIT, DEFAULT_GAS_PRICE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>>
     
    dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
     
    dev.getelements.elements.sdk.dao.SmartContractDao
     
    dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
     
    dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities
     
    protected dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
     
    protected dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
    newResolution(dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope evmInvocationScope)
     
    void
    setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>> resolutionProvider)
     
    void
    setScopedInvokerFactory(dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker> scopedInvokerFactory)
     
    void
    setSmartContractDao(dev.getelements.elements.sdk.dao.SmartContractDao smartContractDao)
     
    void
    setVaultCryptoUtilities(dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities vaultCryptoUtilities)
     
    void
    setWalletCryptoUtilities(dev.getelements.elements.sdk.service.blockchain.crypto.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

      protected dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope newInvocationScope()
      Specified by:
      newInvocationScope in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
    • newResolution

      protected dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker> newResolution(dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope evmInvocationScope)
      Specified by:
      newResolution in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
    • getSmartContractDao

      public dev.getelements.elements.sdk.dao.SmartContractDao getSmartContractDao()
      Overrides:
      getSmartContractDao in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
    • setSmartContractDao

      @Inject public void setSmartContractDao(dev.getelements.elements.sdk.dao.SmartContractDao smartContractDao)
      Overrides:
      setSmartContractDao in class SuperUserSmartContractInvocationService<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>
    • getVaultCryptoUtilities

      public dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities getVaultCryptoUtilities()
    • setVaultCryptoUtilities

      @Inject public void setVaultCryptoUtilities(dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities vaultCryptoUtilities)
    • getScopedInvokerFactory

      public dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker> getScopedInvokerFactory()
    • setScopedInvokerFactory

      @Inject public void setScopedInvokerFactory(dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker> scopedInvokerFactory)
    • getWalletCryptoUtilities

      public dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities getWalletCryptoUtilities()
    • setWalletCryptoUtilities

      @Inject public void setWalletCryptoUtilities(dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities walletCryptoUtilities)
    • getResolutionProvider

      public jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>> getResolutionProvider()
    • setResolutionProvider

      @Inject public void setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope,dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker>> resolutionProvider)