Skip to main content

MmrMetadataStore

Trait MmrMetadataStore 

Source
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.

Required Methods§

Implementors§