Validate signed message
Example
validateSignedMessage
function can take multiple input parameters, first parameter is JSON object, which is required, second parameter is wallet address (optional) used for signing and third parameter is signed message (optional).
Returns
Returns boolean true
if signed message is valid, otherwise boolean false
.
Last updated