hd_wallet_monero_keys
Module with helper class for storing Monero keys.
- class HdWalletMoneroKeys(monero_obj: Monero)
Bases:
HdWalletKeysBaseHD wallet Monero keys class. It creates keys from a Monero 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]