Parse substrate message proof (#479)

* parse substrate message proof

* unfinalized_header
This commit is contained in:
Svyatoslav Nikolsky
2020-11-05 11:18:15 +03:00
committed by Bastian Köcher
parent b0a5e75ff4
commit 2d7eacf6e2
5 changed files with 118 additions and 14 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ pub type BlockNumberOf<C> = <C as Chain>::BlockNumber;
pub type HashOf<C> = <C as Chain>::Hash;
/// Hasher type used by the chain.
pub type HasherOf<C> = <C as Chain>::Header;
pub type HasherOf<C> = <C as Chain>::Hasher;
/// Header type used by the chain.
pub type HeaderOf<C> = <C as Chain>::Header;