• Creates a Merkle Root from the provided data.

    This root provides a short identifier for the provided data that is unique and deterministic. This means, we can use this root to verify that a given data is part of the original data set.

    Parameters

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

    Returns PublicKey<string>

Generated using TypeDoc