make_claim
Sign content with your private key to create a verifiable claim that third parties can verify, with optional 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 | |||