hd_wallet_bip_addr
Module with helper class for storing BIP addresses.
- class HdWalletBipAddresses(bip_obj: Bip44Base, addr_num: int, addr_off: int)
Bases:
HdWalletAddrBaseHD wallet BIP addresses class. It creates addresses from a Bip object and stores them. Addresses can be got individually, as dictionary or in JSON format.
- m_addr_off: int
- m_addr: List[Any]
- m_dict_key_str_format: str