referrerpolicy=no-referrer-when-downgrade

Crate pallet_aura

Source
Expand description

§Aura Module

§Overview

The Aura module extends Aura consensus by managing offline reporting.

§Interface

§Public Functions

  • slot_duration - Determine the Aura slot-duration based on the Timestamp module configuration.
  • Timestamp: The Timestamp module is used in Aura to track consensus rounds (via slots).

Re-exports§

pub use pallet::*;

Modules§

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

Structs§

MinimumPeriodTimesTwo
A slot duration provider which infers the slot duration from the [pallet_timestamp::Config::MinimumPeriod] by multiplying it by two, to ensure that authors have the majority of their slot to author within.

Type Aliases§

AuraAuthorId
Find the authority ID of the Aura authority who authored the current block.