Expand description
Types and functions intended to ease adding of new Substrate -> Substrate finality pipelines.
Modules§
- engine
- Support of different finality engines, available in Substrate.
Traits§
- Substrate
Finality Pipeline - Substrate -> Substrate finality related pipeline.
Functions§
- best_
synced_ header_ id - Get the id of the best
SourceChain
header known to theTargetChain
at the provided target block using the exposed runtime API method. - finality_
proofs - Subscribe to new finality proofs.
Type Aliases§
- Substrate
Finality Proof - Substrate finality proof. Specific to the used
FinalityEngine
. - Substrate
Finality Proofs Stream - Substrate finality proofs stream.