- Preparing search index...
- The search index is not available
ternoa-js
Function isValidSignature
- isValidSignature(signedMessage: string, signature: `0x${string}`, address: string): boolean
-
Parameters
-
signedMessage: string
-
signature: `0x${string}`
-
address: string
Returns boolean
Name
isValidSignature
Summary
Check if a message has been signed by the passed address.
Returns
Boolean, true if the address signed the message, false otherwise