[−][src]Trait sc_client_api::call_executor::ExecutorProvider
Executor Provider
Associated Types
type Executor: CallExecutor<Block>[src]
executor instance
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.