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§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Traits§
- An event handler for the authorship pallet. There is a dummy implementation for
()
, which does nothing.