recording_start
Start a tamper-evident recording of an interaction by creating a hash-linked chain rooted at your identity, returning a recording ID for subsequent appends.
Instructions
Begin a tamper-evident recording of an interaction.
Creates a hash-linked chain rooted at your identity. Subsequent
recording_append calls each append a signed, hash-linked block to
this chain, so any later modification to the sequence is detectable.
Returns a recording_id that subsequent recording_* calls use to
target this chain. The recording remains active until you call
recording_end — at which point the chain is persisted and exportable
as a cryptographic proof.
Pass counterparty_did when you're recording a dialogue with another
agent (optional but recommended — it's embedded in the chain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| counterparty_did | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||