feat: re-export MmrProof

This commit is contained in:
frisitano 2023-04-14 13:25:19 +01:00
parent 45412b5cec
commit 79915cc346
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ mod simple_smt;
pub use simple_smt::SimpleSmt;
mod mmr;
pub use mmr::{Mmr, MmrPeaks};
pub use mmr::{Mmr, MmrPeaks, MmrProof};
mod store;
pub use store::MerkleStore;