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
I am trying update web3 lib from web3.1.0.0-beta.33 to current version (web3.js: 1.0.0 - beta.50).
web3.eth.accounts.wallet - i can't figure that class. in docs - https://web3js.readthedocs.io/en/1.0/web3-eth-accounts.html#wallet - there is length in git - https://github.com/ethereum/web3.js/blob/1.0/packages/web3-eth-accounts/src/models/Wallet.js - there is accountsIndex in typings - there nothing except methods
web3.eth.accounts.wallet
in old code i used
web3.eth.accounts.wallet.load(password, keyname) if (web3.eth.accounts.wallet.length){ // any check }
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! I'll fix and release it asap.
Sorry, something went wrong.
Does Web3.py have this similar function(web3.eth.accounts.wallet) in the library? How can I create a wallet using web3.py?
Successfully merging a pull request may close this issue.
Description
I am trying update web3 lib from web3.1.0.0-beta.33 to current version (web3.js: 1.0.0 - beta.50).
web3.eth.accounts.wallet
- i can't figure that class.in docs - https://web3js.readthedocs.io/en/1.0/web3-eth-accounts.html#wallet - there is length
in git - https://github.com/ethereum/web3.js/blob/1.0/packages/web3-eth-accounts/src/models/Wallet.js - there is accountsIndex
in typings - there nothing except methods
in old code i used
Versions
The text was updated successfully, but these errors were encountered: