Uses of Class
dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
Packages that use EvmInvocationScope
Package
Description
-
Uses of EvmInvocationScope in dev.getelements.elements.service.blockchain.crypto.evm
Methods in dev.getelements.elements.service.blockchain.crypto.evm that return EvmInvocationScopeModifier and TypeMethodDescriptionprotected EvmInvocationScope
SuperUserEvmSmartContractInvocationService.newInvocationScope()
Methods in dev.getelements.elements.service.blockchain.crypto.evm that return types with arguments of type EvmInvocationScopeModifier and TypeMethodDescriptionjakarta.inject.Provider
<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> SuperUserEvmSmartContractInvocationService.getResolutionProvider()
SuperUserEvmSmartContractInvocationService.getScopedInvokerFactory()
Methods in dev.getelements.elements.service.blockchain.crypto.evm with parameters of type EvmInvocationScopeModifier and TypeMethodDescriptionSuperUserEvmSmartContractInvocationService.newResolution
(EvmInvocationScope evmInvocationScope) Method parameters in dev.getelements.elements.service.blockchain.crypto.evm with type arguments of type EvmInvocationScopeModifier and TypeMethodDescriptionvoid
SuperUserEvmSmartContractInvocationService.setResolutionProvider
(jakarta.inject.Provider<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> resolutionProvider) void
SuperUserEvmSmartContractInvocationService.setScopedInvokerFactory
(ScopedInvoker.Factory<EvmInvocationScope, EvmSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of EvmInvocationScope in dev.getelements.elements.service.blockchain.invoke.evm
Methods in dev.getelements.elements.service.blockchain.invoke.evm with parameters of type EvmInvocationScopeModifier and TypeMethodDescriptionvoid
Web3jInvoker.initialize
(EvmInvocationScope evmInvocationScope)