verify_signature
Validate an ECDSA signature by providing the signature, public key, and signed message to confirm authenticity.
Instructions
Verify an ECDSA signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Signature as hex. | |
| pubkey | Yes | Public key as hex. | |
| message | Yes | Message that was signed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |