Method Signature
Parameters
string
required
The original message that was signed
string | Uint8Array
required
The signature to validate (hex string or bytes)
Returns
boolean
required
true if the signature is valid, false otherwiseVerify a message signature against the wallet’s identity key.
true if the signature is valid, false otherwise