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