- Preparing search index...
- The search index is not available
API References
Function getMerkleProofAtIndex
- getMerkleProofAtIndex(data: MerkleTreeInput[], index: number): Uint8Array[]
-
Parameters
-
data: MerkleTreeInput[]
-
index: number
Returns Uint8Array[]
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.