pub fn complete_height_tree_with_empties(
content_hash: &LedgerHash,
subtree_height: usize,
) -> Result<LedgerHash, InvalidBigInt>
Expand description
Given the hash of the subtree containing all accounts of height subtree_height
compute the hash of a tree of size LEDGER_DEPTH
if all other nodes were
empty.