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 EvmInvocationScopeSuperUserEvmSmartContractInvocationService.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 TypeMethodDescriptionvoidSuperUserEvmSmartContractInvocationService.setResolutionProvider(jakarta.inject.Provider<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>> resolutionProvider) voidSuperUserEvmSmartContractInvocationService.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 TypeMethodDescriptionvoidWeb3jInvoker.initialize(EvmInvocationScope evmInvocationScope)