Module substrate_relay_helper::parachains
source · Expand description
Types and functions intended to ease adding of new Substrate -> Substrate parachain finality proofs synchronization pipelines.
Modules§
- Parachain heads source.
- Parachain heads target.
Structs§
- Building
submit_parachain_heads
call when you have direct access to the target chain runtime. - Adapter that allows all
SubstrateParachainsPipeline
to act asParachainsPipeline
.
Traits§
- Different ways of building
submit_parachain_heads
calls. - Substrate -> Substrate parachain finality proofs synchronization pipeline.