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

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

Executor Provider

Associated Types

type Executor: CallExecutor<Block>[src]

executor instance

Loading content...

Required methods

pub fn executor(&self) -> &Self::Executor[src]

Get call executor reference.

pub fn execution_extensions(&self) -> &ExecutionExtensions<Block>[src]

Get a reference to the execution extensions.

Loading content...

Implementors

Loading content...