Type Alias sc_simnode::client::Executor
source · pub type Executor = WasmExecutor<ExtendedHostFunctions<SubstrateHostFunctions, SignatureVerificationOverride>>;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§
struct Executor { /* private fields */ }