hd_wallet/hd_wallet library
Classes
- BIP32HWallet
- HdWallet
- An abstract class representing a Hierarchical Deterministic (HD) Wallet. HD Wallets are used to generate a hierarchy of cryptographic key pairs, making it easier to manage keys for different purposes and improving security. Implementations of this class should provide methods to retrieve private and public keys, as well as other relevant information.