Type Definition kitchensink_runtime::Executive
source · pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (MigrateToV2<Runtime>, Migration<Runtime>, Migration<Runtime>)>;
Expand description
Executive: handles dispatch to the various modules.