hd_wallet_bip_keys

Module with helper class for storing BIP keys.

class HdWalletBipKeys(bip_obj: Bip44Base)

Bases: HdWalletKeysBase

HD wallet BIP keys class. It creates keys from a Bip object and stores them. Keys can be got individually, as dictionary or in JSON format.

m_key_enum: Type[Enum]
m_dict_data: Dict[str, Any]