witness_seal_timestamp
Timestamp any block's content hash by getting a witness to sign it, creating evidence that the data existed at that time for later verification.
Instructions
Ask the witness to timestamp a block — proof it existed at this moment.
Pass the block's content hash (hex). The witness signs the hash with
its private key and returns a SealPayload you can verify offline
later with witness_verify_seal.
Use this to create evidence that a decision, claim, or observation predates some later event — a cryptographic "I knew this by T" signed by an independent third party, not by you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_hash_hex | Yes |