electrum-bitcoinprivate/plugins/trezor/__init__.py

10 lines
316 B
Python
Raw Normal View History

from electrum.i18n import _
2016-01-29 05:58:51 -08:00
fullname = 'TREZOR Wallet'
description = _('Provides support for TREZOR hardware wallet')
requires = [('trezorlib','github.com/trezor/python-trezor')]
requires_wallet_type = ['trezor']
2016-01-29 05:58:51 -08:00
registers_wallet_type = ('hardware', 'trezor', _("TREZOR wallet"))
available_for = ['qt', 'cmdline']