• Creates a Merkle Proof for a data item at a given index.

    This proof can be used to verify that the data item at the given index is part of the original data set.

    Parameters

    • leaves: PublicKey<string>[]
    • maxDepth: number
    • index: number

    Returns PublicKey<string>[]

Generated using TypeDoc