Expand description

Extensions for manual seal to produce blocks valid for any runtime.

Modules§

  • Aura consensus data provider, This allows manual seal author blocks that are valid for runtimes that expect the aura-specific digests.
  • BABE consensus data provider, This allows manual seal author blocks that are valid for runtimes that expect babe-specific digests.
  • Mocked timestamp inherent, allows for manual seal to create blocks for runtimes that expect this inherent.

Traits§

  • Consensus data provider, manual seal uses this trait object for authoring blocks valid for any runtime.