Recover the address of the account used to create the given Ethereum signature. The message must have been signed using the personalSign function, or an equivalent function.
personalSign
The signature recovery options.
The hex data that was signed.
The '0x'-prefixed hex encoded message signature.
The '0x'-prefixed hex encoded address of the message signer.
Recover the address of the account used to create the given Ethereum signature. The message must have been signed using the
personalSign
function, or an equivalent function.