pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (V6ToV7<Runtime>, Migration<Runtime>, Migration<Runtime>, V0ToV1<Runtime, IDENTITY_MIGRATION_KEY_LIMIT>)>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Type§

struct Executive(/* private fields */);