Interface ScopedInvoker<InvocationScopeT extends InvocationScope>

All Known Subinterfaces:
EvmSmartContractInvocationService.Invoker, FlowSmartContractInvocationService.Invoker, NearSmartContractInvocationService.Invoker
All Known Implementing Classes:
FlowInvoker, NearInvoker, Web3jInvoker

public interface ScopedInvoker<InvocationScopeT extends InvocationScope>
Internal interface used to handle scoping of EvmSmartContractInvocationService.Invoker instances.