Crate pallet_authorship

Source
Expand description

Authorship tracking for FRAME runtimes.

This tracks the current author of the block.

Re-exports§

pub use pallet::*;

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Traits§

EventHandler
An event handler for the authorship pallet. There is a dummy implementation for (), which does nothing.