Block contructor and tests

This commit is contained in:
Luke Parker
2023-04-11 20:24:27 -04:00
parent 119d25be49
commit 402a7be966
8 changed files with 218 additions and 6 deletions

View File

@@ -6,6 +6,9 @@ pub(crate) use merkle::*;
mod transaction;
pub use transaction::*;
mod provided;
pub use provided::*;
mod block;
pub use block::*;