Type Alias collectives_westend_runtime::Executive
source · pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (MigrationToV2<Runtime>, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, MigrateToLatestXcmVersion<Runtime>, MigrateV0ToV1<Runtime, FellowshipCoreInstance>, MigrateV0ToV1<Runtime, AmbassadorCoreInstance>)>;
Expand description
Executive: handles dispatch to the various modules.
Aliased Type§
struct Executive(/* private fields */);