verifymessage
Last updated
Was this helpful?
Verify a signed message
This method will use 10 Compute Units.
address - string, required
The bitcoin address to use for the signature.
&#xNAN;signature - string, required
The signature provided by the signer in base 64 encoding (see signmessage).
message - string, required
The message that was signed.
true | false
boolean
If the signature is verified or not.
Last updated
Was this helpful?
Was this helpful?