Skip to main content
Return the address of the private key that produced the signature sig during signing for message. This is the same as verifyMessage except it uses EthMessagePrefix instead of MessagePrefix and is available for broader compatibility with EVM signing practices.

Parameters

Returns

string The address of the signer.

Source

hash/message.ts:93