Recover the public key 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 public key recovery options.
The hex data that was signed.
The '0x'-prefixed hex encoded message signature.
The '0x'-prefixed hex encoded public key of the message signer.
Recover the public key of the account used to create the given Ethereum signature. The message must have been signed using the
personalSign
function, or an equivalent function.