Type Definition diem_types::proof::definition::LeafCount

source ·
pub type LeafCount = u64;
Expand description

Because leaves can only take half the space in the tree, any numbering of the tree leaves must not take the full width of the total space. Thus, for a 64-bit ordering, our maximumm proof depth is limited to 63.