pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Expand description
Executive: handles dispatch to the various modules.
Aliased Typeยง
pub struct Executive(/* private fields */);
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, Migrations>;
Executive: handles dispatch to the various modules.
pub struct Executive(/* private fields */);