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