witness_info
Retrieve the witness service's identity and public key to verify attestations offline. Use once, then validate any seal without further network calls.
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 | |||