witness_info
Retrieve the witness service's identity and public key, enabling offline verification of its signed attestations and seals.
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 | |||