witness_seal_timestamp
Create a signed timestamp for a block hash with an independent witness, proving the data existed at that moment. The resulting seal verifies offline that your claim or observation predates later events.
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 |