verifySignature()
Verify a signature with a public key
Method signature
Parameters
Name
Type
Description
publicKey
string
Public key in hexadecimal format.
message
string
Message that you want to verify
signature
string
Signature that you want to compare
Example
Result
The result will be a boolean object.
Last updated