feat: re-export MmrProof
This commit is contained in:
parent
45412b5cec
commit
79915cc346
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue