• Computes the minimum Merkle tree height required to accommodate the given number of leaves. The height is defined as the number of internal layers above the leaves (i.e. a tree with a single leaf has height 0).

    Parameters

    • leavesCount: number

    Returns number

Generated using TypeDoc