Files
pallectrum/electrum/plugins/trezor/__init__.py

9 lines
272 B
Python
Raw Normal View History

from electrum.i18n import _
2018-12-05 14:32:19 +01:00
fullname = 'Trezor Wallet'
description = _('Provides support for Trezor hardware wallet')
requires = [('trezorlib','pypi.org/project/trezor/')]
2018-12-05 14:32:19 +01:00
registers_keystore = ('hardware', 'trezor', _("Trezor wallet"))
available_for = ['qt', 'cmdline']