Type Alias Executor

Source
pub type Executor = WasmExecutor<(ExtendedHostFunctions<SubstrateHostFunctions, SignatureVerificationOverride>, HostFunctions)>;
Expand description

The simnode executor type, we use the wasm executor to force the runtime use host functions instead of native code for signature verification, this in turn uses our signature verification overrides.

Aliased Typeยง

pub struct Executor { /* private fields */ }