Trait sc_client_api::call_executor::ExecutorProvider [−][src]
Executor Provider
Associated Types
type Executor: CallExecutor<Block>
[src]
executor instance
Required methods
fn executor(&self) -> &Self::Executor
[src]
Get call executor reference.
fn execution_extensions(&self) -> &ExecutionExtensions<Block>
[src]
Get a reference to the execution extensions.