Crate pallet_authorship[−][src]
Authorship tracking for FRAME runtimes.
This tracks the current author of the block and recent uncles.
Re-exports
| pub use $crate::traits::GetPalletVersion as _; | 
Structs
| Module | |
| OnePerAuthorPerHeight | A filter on uncles which verifies seals and ensures that there is only one uncle included per author per height. | 
| SealVerify | A filter on uncles which verifies seals and does no additional checks. This is well-suited to consensus modes such as PoW where the cost of equivocating is high. | 
Enums
| Call | Dispatchable calls. | 
| Error | Error for the authorship module. | 
Traits
| Config | |
| EventHandler | An event handler for the authorship module. There is a dummy implementation
for  | 
| FilterUncle | Additional filtering on uncles that pass preliminary ancestry checks. |