Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/security / / AuditTreeHead
Interface: AuditTreeHead
Defined in: packages/security/src/audit/merkle.ts:111
Tree head of the audit log at a given size: the anchor unit for checkpointing and proofs.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
lastSeq | readonly | number | seq of the newest covered entry (0 for the empty log). | packages/security/src/audit/merkle.ts:117 |
rootHash | readonly | string | Hex Merkle root (SHA-256, RFC 6962). | packages/security/src/audit/merkle.ts:115 |
size | readonly | number | Number of leaves (audit entries) covered. | packages/security/src/audit/merkle.ts:113 |