Type Alias evm_domain_test_runtime::Executive

source ·
pub type Executive = Executive<Runtime, ChainContext<Runtime>, Runtime, AllPalletsWithSystem>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Type§

struct Executive(/* private fields */);