verify_message
Verify the authenticity of a signed message and recover the signer address. Optionally check against an expected address to confirm the sender's identity.
Instructions
Verify a signed message and recover the signer address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The original message | |
| signature | Yes | The signature to verify | |
| expectedAddress | No | Optional: expected signer address to verify against |