mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-06-18 04:41:01 +00:00
refactor: split MMRStore trait
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ pub use error::{Error, Result};
|
||||
pub use helper::{leaf_index_to_mmr_size, leaf_index_to_pos};
|
||||
pub use merge::Merge;
|
||||
pub use mmr::{MerkleProof, MMR};
|
||||
pub use mmr_store::MMRStore;
|
||||
pub use mmr_store::{MMRStoreReadOps, MMRStoreWriteOps};
|
||||
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(feature = "std")] {
|
||||
|
||||
Reference in New Issue
Block a user