Interface: TreeEntry ​
Defined in: btcr2-tree.ts:9
A single entry in a BTCR2MerkleTree.
Properties ​
did ​
did:
string
Defined in: btcr2-tree.ts:11
The DID string (used to compute the tree index).
nonce ​
nonce:
Uint8Array
Defined in: btcr2-tree.ts:13
32-byte random nonce for privacy.
signedUpdate? ​
optionalsignedUpdate?:Uint8Array<ArrayBufferLike>
Defined in: btcr2-tree.ts:15
Canonical bytes of the signed BTCR2 update. Absent → non-inclusion.