Type Definition node_runtime::Executive [−][src]
type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPallets, ()>;
Expand description
Executive: handles dispatch to the various modules.
type Executive = Executive<Runtime, Block, ChainContext<Runtime>, Runtime, AllPallets, ()>;
Executive: handles dispatch to the various modules.