Type Alias frequency_runtime::Executive
source · pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (MigratePalletsCurrentStorage<Runtime>, MigrationToV4<Runtime>, ProviderBoostInit<Runtime>, MigrateToV1<Runtime>)>;
Expand description
Executive: handles dispatch to the various modules.
Aliased Type§
struct Executive(/* private fields */);