hd_wallet_substrate_keys
Module with helper class for storing Substrate keys.
- class HdWalletSubstrateKeys(substrate_obj: Substrate)
Bases:
HdWalletKeysBaseHD wallet Substrate keys class. It creates keys from a Substrate 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]