Module substrate_relay_helper::finality_base
source · Expand description
Types and functions intended to ease adding of new Substrate -> Substrate finality pipelines.
Modules§
- Support of different finality engines, available in Substrate.
Traits§
- Substrate -> Substrate finality related pipeline.
Functions§
- Get the id of the best
SourceChain
header known to theTargetChain
at the provided target block using the exposed runtime API method. - Subscribe to new finality proofs.
Type Aliases§
- Substrate finality proof. Specific to the used
FinalityEngine
. - Substrate finality proofs stream.