feat: add node iterator to MerkleTree

This commit is contained in:
Augusto F. Hack
2023-03-30 23:51:44 +02:00
parent f46d913b20
commit 1df4318399
4 changed files with 101 additions and 27 deletions

View File

@@ -32,6 +32,9 @@ pub use mmr::{Mmr, MmrPeaks};
mod store;
pub use store::MerkleStore;
mod node;
pub use node::InnerNodeInfo;
// ERRORS
// ================================================================================================