Trait tc_client_api::call_executor::ExecutorProvider[][src]

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>[src]

executor instance

Loading content...

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.

Loading content...

Implementors

Loading content...