Signed Tree Head
tree_headReturns the signed root of the Merkle tree to verify memory integrity and detect log forks. Use as an anchor for inclusion proofs.
Instructions
Return the current signed Merkle tree head — the log's tamper-evident commitment to every memory so far.
Returns {rootHash, treeSize, signature, ...}.
Use as the anchor a verifier checks inclusion receipts against, or to detect log forks. Pair with receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootHash | No | ||
| treeSize | No |