Parachains finality relay (#1199)

This commit is contained in:
Svyatoslav Nikolsky
2022-05-20 11:34:52 +03:00
committed by Bastian Köcher
parent f64357e7e8
commit 03c2f06a27
26 changed files with 1814 additions and 67 deletions
@@ -79,4 +79,4 @@ impl ParaHead {
pub type ParaHash = crate::Hash;
/// Raw storage proof of parachain heads, stored in polkadot-like chain runtime.
pub type ParachainHeadsProof = Vec<Vec<u8>>;
pub type ParaHeadsProof = Vec<Vec<u8>>;