refactor: split MMRStore trait

This commit is contained in:
quake
2023-02-21 19:35:57 +09:00
parent 7f47ea585f
commit 61c85c47c9
7 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -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")] {