Function getMerkleRoot

  • 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

    • data: MerkleTreeInput[]

    Returns Uint8Array

Generated using TypeDoc