Trait mina_merkle::HeightMode
source · [−]pub trait HeightMode {
fn fixed_height(&self) -> Option<u32>;
}
Expand description
Type state mode for a tree
Required Methods
sourcefn fixed_height(&self) -> Option<u32>
fn fixed_height(&self) -> Option<u32>
Gets the fixed height if applicable