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
web3.js/packages/web3/src/accounts.ts
Lines 22 to 33 in 20cc5da
import { create, decrypt, encrypt, hashMessage, privateKeyToAccount, recover, recoverTransaction, signTransaction, sign, Wallet, privateKeyToAddress, parseAndValidatePrivateKey, privateKeyToPublicKey, } from 'web3-eth-accounts';
Lines 91 to 102 in 20cc5da
return { signTransaction: signTransactionWithContext, create: createWithContext, privateKeyToAccount: privateKeyToAccountWithContext, decrypt: decryptWithContext, recoverTransaction, hashMessage, sign, recover, encrypt, wallet, privateKeyToAddress, parseAndValidatePrivateKey, privateKeyToPublicKey, }
The text was updated successfully, but these errors were encountered:
SantiagoDevRel
No branches or pull requests
web3.js/packages/web3/src/accounts.ts
Lines 22 to 33 in 20cc5da
should import privateKeyToAddress, parseAndValidatePrivateKey, and privateKeyToPublicKey to the main package
web3.js/packages/web3/src/accounts.ts
Lines 91 to 102 in 20cc5da
should return privateKeyToAddress, parseAndValidatePrivateKey, and privateKeyToPublicKey to the main package
The text was updated successfully, but these errors were encountered: