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