Type Alias development_runtime::Executive
source · pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (Migration<Runtime>, Migration<Runtime>, VersionedMigration<2, 3, Migration<Runtime>, Pallet<Runtime>, <Runtime as Config>::DbWeight>)>;
Expand description
Executive: handles dispatch to the various modules.
Aliased Type§
struct Executive(/* private fields */);