Type Alias altair_runtime::Executive

source ·
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (Migration<Runtime>, Migration<Runtime>, VersionedMigration<0, 3, Migration<Runtime>, Pallet<Runtime>, <Runtime as Config>::DbWeight>, Migration<Runtime>, Migration<Pallet<Runtime>, 1, 2>, VersionedMigration<0, 1, Migration<Runtime, MinDelay, MaxTranches>, Pallet<Runtime>, <Runtime as Config>::DbWeight>)>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Type§

struct Executive(/* private fields */);