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