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).true
if signed message is valid, otherwise boolean false
.