Skip to main content
Validates a message signature against the wallet’s identity key.

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 otherwise

Example