[][src]Type Definition solana_libra_types::proof::definition::LeafCount

type LeafCount = u64;

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.