Crate pallet_bridge_parachains
source ·Expand description
Parachains finality module.
This module needs to be deployed with GRANDPA module, which is syncing relay
chain blocks. The main entry point of this module is submit_parachain_heads
, which
accepts storage proof of some parachain Heads
entries from bridged relay chain.
It requires corresponding relay headers to be already synced.
Re-exports§
pub use weights::WeightInfo;
pub use weights_ext::WeightInfoExt;
pub use pallet::*;
Modules§
- Parachains finality pallet benchmarking.
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet. - Autogenerated weights for pallet_bridge_parachains
- Weight-related utilities.
Structs§
- Single parachain header chain adapter.
- Helper struct that provides methods for working with the
SubmitParachainHeads
call. - Verified
SubmitParachainHeadsInfo
.
Constants§
- The target that will be used when publishing logs related to this pallet.
Traits§
- Trait representing a call that is a sub type of this pallet’s call.
Functions§
- (Re)initialize pallet with given header for using it in
pallet-bridge-messages
benchmarks.