• Generates a Merkle proof (using the particular scheme we use within Lib_MerkleTree).

    Parameters

    • leaves: string[]

      Leaves of the merkle tree.

    • index: number

      Index to generate a proof for.

    Returns string[]

    Merkle proof sibling leaves, as hex strings.

Generated using TypeDoc