karask / python-bitcoin-utils

Library to interact with the Bitcoin network. Ideal for low-level learning and experimenting.
MIT License
262 stars 99 forks source link

TODO : Class methods in hdwallet.py #75

Closed guptamukund22 closed 2 months ago

guptamukund22 commented 2 months ago

Functionsfrom_mnemonicand from_xprivate_keyare now made as class methods. Class method are to instantiate from a mnemonic code / extended private key for the HD Wallet.

guptamukund22 commented 2 months ago

@karask I have resolved the merge conflict , kindly have a look at this implementation.