verify_receipt
Return LocalGov.jp's Ed25519 public key (for offline citation-receipt verification). Callers verify receipt signatures using WebCrypto with this key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alg | Yes | Signature algorithm (Ed25519) | |
| issuer | Yes | Trust anchor name | |
| pubkey | Yes | Base64-encoded 32-byte Ed25519 public key |