[][src]Trait sc_client_api::call_executor::ExecutorProvider

pub trait ExecutorProvider<Block: BlockT> {
    type Executor: CallExecutor<Block>;
    fn executor(&self) -> &Self::Executor;
fn execution_extensions(&self) -> &ExecutionExtensions<Block>; }

Executor Provider

Associated Types

type Executor: CallExecutor<Block>

executor instance

Loading content...

Required methods

fn executor(&self) -> &Self::Executor

Get call executor reference.

fn execution_extensions(&self) -> &ExecutionExtensions<Block>

Get a reference to the execution extensions.

Loading content...

Implementors

Loading content...