[][src]Crate pallet_authorship

Authorship tracking for FRAME runtimes.

This tracks the current author of the block and recent uncles.

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

EventHandler

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

FilterUncle

Additional filtering on uncles that pass preliminary ancestry checks.

Trait