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