verify_signature
Verify the cryptographic signature on an oracle quote. Returns boolean. Used by smart contracts and agent workflows to confirm data provenance. Backend pending (Q3 2026).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sig | Yes | Oracle signature (hex-encoded) | |
| quote | Yes | JSON-serialized oracle quote object |