worm_seal
Seal data into a tamper-evident, append-only chain with SHA-256 hashing. Each event links to the previous seal, ensuring integrity and chronological ordering.
Instructions
Seal any payload into the SnapKitty WORM chain with SHA-256. Every event is chained to the previous seal — tamper-evident, append-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Optional metadata key-value pairs | |
| label | Yes | Event label (e.g. DEPLOY, DECISION, CONTRACT) | |
| payload | Yes | Data to seal — any string, JSON, code, or text |