waxseal.signature.verify
Verify an Ed25519 signature by retrieving the signer's public key from the WaxSeal network using a fingerprint, then validating locally. Requires the seal to be minted on-chain.
Instructions
Verify an Ed25519 signature produced by waxseal.document.sign (or any WaxSeal-compatible signer). Fetches the public key for the fingerprint from the WaxSeal network, then verifies locally. The seal must be minted on-chain for verification to succeed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The original document text or data that was signed. | |
| signature | Yes | Base64 Ed25519 signature returned by waxseal.document.sign. | |
| fingerprint | Yes | 64-character hex fingerprint of the signer. |