wallet_verify_message
Verify the authenticity of a signed message against an Ethereum or EVM-compatible address using its original content and signature.
Instructions
Verify a signed message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address that supposedly signed the message | |
message | Yes | The original message | |
signature | Yes | The signature to verify |