I am able to decode and decrypt (with passwords) Electrum wallets to JSONs.
But I need to dump private keys (64-digit hex) or WIFs (compressed or uncompressed) from these wallets.
How can I do that in Python 3 when I have all the JSON data from one wallet?
I see no data for that beside xprv or seed.
I cannot export private keys from Electrum for these wallets, I need to do that in Python 3.












