referrerpolicy=no-referrer-when-downgrade

Type Alias Executor

Source
pub type Executor = LocalCallExecutor<Block, FullBackend, WasmExecutor<(SubstrateHostFunctions, HostFunctions)>>;
Expand description

Test client executor.

Aliased Type§

struct Executor { /* private fields */ }