LBRY-Vault/electrum/plugins/keepkey
SomberNight 6760c3f252
hw wallets: introduce HardwareHandlerBase
previously, client.handler was sometimes
- an InstallWizard
- a QtHandlerBase where win was an ElectrumWindow
- a QtHandlerBase where win was an InstallWizard
- a CmdLineHandler

That's just too much dynamic untyped undocumented polymorphism...
Now it will never be an InstallWizard (replaced with QtHandlerBase where win is an InstallWizard),
and now in all cases client.handler is an instance of HardwareHandlerBase, yay.

related: #6063
2020-03-31 14:40:25 +02:00
..
__init__.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
client.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
clientbase.py hardware wallets: create base class for HW Clients. add some type hints 2019-11-11 17:04:12 +01:00
cmdline.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
keepkey.py hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00
qt.py hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00