You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
The verifyMessage method should support messageData as an argument (as an alternative to message) for instances where the signed message to verify is in the form of a hex string or Uint8Array.
This brings verifyMessage in line with signMessage, for which messageData support was added in #192.
The text was updated successfully, but these errors were encountered:
The
verifyMessage
method should supportmessageData
as an argument (as an alternative tomessage
) for instances where the signed message to verify is in the form of a hex string orUint8Array
.This brings
verifyMessage
in line withsignMessage
, for whichmessageData
support was added in #192.The text was updated successfully, but these errors were encountered: