verify_signature
Verify a message signature and recover the signer address, confirming that the message was genuinely authored by the expected party.
Instructions
Verify a message signature and recover the signer address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Original message that was signed | |
| signature | Yes | Signature to verify (hex string) | |
| expectedAddress | No | Expected signer address for validation |