Hash
verifyMessage
Return the address of the private key that produced the signature sig
during signing for message
.
Parameters
Parameter | Type | Description |
---|---|---|
message | string | Uint8Array | The message that was signed. |
sig | SignatureLike | The signature to verify. |
Returns
string
The address of the signer.
Source
Was this page helpful?