Uses of Class
dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
Packages that use NearInvocationScope
Package
Description
-
Uses of NearInvocationScope in dev.getelements.elements.service.blockchain.crypto.near
Methods in dev.getelements.elements.service.blockchain.crypto.near that return NearInvocationScopeModifier and TypeMethodDescriptionprotected NearInvocationScope
SuperUserNearSmartContractInvocationService.newInvocationScope()
Methods in dev.getelements.elements.service.blockchain.crypto.near that return types with arguments of type NearInvocationScopeModifier and TypeMethodDescriptionjakarta.inject.Provider
<StandardSmartContractInvocationResolution<NearInvocationScope, NearSmartContractInvocationService.Invoker>> SuperUserNearSmartContractInvocationService.getResolutionProvider()
SuperUserNearSmartContractInvocationService.getScopedInvokerFactory()
Methods in dev.getelements.elements.service.blockchain.crypto.near with parameters of type NearInvocationScopeModifier and TypeMethodDescriptionSuperUserNearSmartContractInvocationService.newResolution
(NearInvocationScope nearInvocationScope) Method parameters in dev.getelements.elements.service.blockchain.crypto.near with type arguments of type NearInvocationScopeModifier and TypeMethodDescriptionvoid
SuperUserNearSmartContractInvocationService.setResolutionProvider
(jakarta.inject.Provider<StandardSmartContractInvocationResolution<NearInvocationScope, NearSmartContractInvocationService.Invoker>> resolutionProvider) void
SuperUserNearSmartContractInvocationService.setScopedInvokerFactory
(ScopedInvoker.Factory<NearInvocationScope, NearSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of NearInvocationScope in dev.getelements.elements.service.blockchain.invoke.near
Methods in dev.getelements.elements.service.blockchain.invoke.near that return NearInvocationScopeMethods in dev.getelements.elements.service.blockchain.invoke.near with parameters of type NearInvocationScopeModifier and TypeMethodDescriptionvoid
NearInvoker.initialize
(NearInvocationScope nearInvocationScope) void
NearInvoker.setNearInvocationScope
(NearInvocationScope nearInvocationScope)