hd_wallet_electrum_v1_addr

Module with helper class for storing Electrum V1 addresses.

class HdWalletElectrumV1Addresses(electrum_obj: ElectrumV1, change_idx: int, addr_num: int, addr_off: int)

Bases: HdWalletAddrBase

HD wallet Electrum V1 addresses class. It creates addresses from an ElectrumV1 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