pub trait MmrMetadataStore {
// Required method
fn load_mmr_size(&self) -> Result<u64>;
}Expand description
Metadata needed to resume an MMR at the exact append position.
pub trait MmrMetadataStore {
// Required method
fn load_mmr_size(&self) -> Result<u64>;
}Metadata needed to resume an MMR at the exact append position.