signals-primitives, plus various minor tweaks

This commit is contained in:
Luke Parker
2023-12-06 09:53:06 -05:00
parent 6e15bb2434
commit 7768ea90ad
11 changed files with 114 additions and 38 deletions

View File

@@ -139,3 +139,6 @@ impl AsRef<[u8]> for Data {
self.0.as_ref()
}
}
pub type BlockNumber = u64;
pub type Header = sp_runtime::generic::Header<BlockNumber, sp_runtime::traits::BlakeTwo256>;