witness_info
Retrieve the witness service's identity and public key to verify seals offline. Get the DID, public key, and version for authenticating attestations.
Instructions
Fetch the witness service's identity and public key.
The witness is an independent third party that signs attestations
(timestamp seals, state seals, blind conclusions). Retrieve its
public key here once, then use it with witness_verify_seal to
verify any seal it issues — fully offline, no further calls needed.
Returns witness_id (a did:synpareia:* DID), public_key_b64,
public_key_hex, and version. Requires SYNPAREIA_WITNESS_URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||