make_claim
Sign any content with your private key to generate a verifiable claim with signature and verification instructions. Optionally prepare for witness timestamp sealing.
Instructions
Sign content with your private key, creating a verifiable claim.
The result always contains the signature and the verification instructions a third party needs.
If witness=True, the result additionally carries a
witness_followup block telling you how to attach a witness
timestamp seal — witness_seal_timestamp is a separate async
tool, so the seal isn't bundled into this synchronous call. Pass
the pre-computed block_hash_hex from this result straight to
that tool and it will sign and return the seal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| witness | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||