verifymessage - Pastel RPC

verifymessage "zcashaddress" "signature" "message"

Verify a signed message

Arguments:
1. "zcashaddress"    (string, required) The Pastel address to use for the signature.
2. "signature"       (string, required) The signature provided by the signer in base 64 encoding (see signmessage).
3. "message"         (string, required) The message that was signed.

Result:
true|false   (boolean) If the signature is verified or not.

Examples:

Unlock the wallet for 30 seconds
> pastel-cli walletpassphrase "mypassphrase" 30

Create the signature
> pastel-cli signmessage "Ptor9ydHJuGpNWFAX3ZTu3bXevEhCaDVrsY" "my message"

Verify the signature
> pastel-cli verifymessage "Ptor9ydHJuGpNWFAX3ZTu3bXevEhCaDVrsY" "signature" "my message"

As json rpc
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "verifymessage", "params": ["Ptor9ydHJuGpNWFAX3ZTu3bXevEhCaDVrsY", "signature", "my message"] }' -H 'content-type: text/plain;' http://127.0.0.1:9932/


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node

Addressindex