Module substrate_relay_helper::finality
source · Expand description
Types and functions intended to ease adding of new Substrate -> Substrate finality proofs synchronization pipelines.
Modules§
- Initialize Substrate -> Substrate finality bridge.
- Default generic implementation of finality source for basic Substrate client.
- Substrate client as Substrate finality proof target.
Structs§
- Building
submit_finality_proof
call when you have direct access to the target chain runtime. - Adapter that allows all
SubstrateFinalitySyncPipeline
to act asFinalitySyncPipeline
.
Traits§
- Convenience trait that adds bounds to
SubstrateFinalitySyncPipeline
. - Different ways of building
submit_finality_proof
calls. - Substrate -> Substrate finality proofs synchronization pipeline.
Functions§
- Relay single header. No checks are made to ensure that transaction will succeed.
- Run Substrate-to-Substrate finality sync loop.