frequency_runtime

Type Alias Executive

Source
pub type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPalletsWithSystem, (MigratePalletsCurrentStorage<Runtime>,)>;
Expand description

Executive: handles dispatch to the various modules.

Aliased Typeยง

struct Executive(/* private fields */);