We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any way to use web3.eth.personal.sign instead of web3.eth.sign in Web3Signer
web3.eth.personal.sign
web3.eth.sign
what i want is to use addIdentityMappingAsync with a custom sign message instead of a hash with warning like now.
The text was updated successfully, but these errors were encountered:
For reference. #278
Sorry, something went wrong.
No branches or pull requests
is there any way to use
web3.eth.personal.sign
instead ofweb3.eth.sign
in Web3Signerwhat i want is to use addIdentityMappingAsync with a custom sign message instead of a hash with warning like now.
The text was updated successfully, but these errors were encountered: