verifymessage
verifymessage "address" "signature" "message"
Verify a signed message
Argument #1 – address
Type: string, required
The bitcoinevo address to use for signature.
Argument #2 – signature
Type: string, required
Signature provided by the signer in base 64 encoding (see signmessage).
Argument #3 – message
Type: string, required
The message that was signed.
Result
Name |
Type |
Description |
---|---|---|
true|false |
boolean |
If the signature is verified or not. |
Examples
Unlock wallet for 30 seconds:
Create the signature:
Verify the signature:
As a JSON-RPC call: