LBRY-Vault/electrum/plugins/trezor/__init__.py
2018-12-05 15:44:24 +01:00

8 lines
279 B
Python

from electrum.i18n import _
fullname = 'Trezor Wallet'
description = _('Provides support for Trezor hardware wallet')
requires = [('trezorlib','github.com/trezor/python-trezor')]
registers_keystore = ('hardware', 'trezor', _("Trezor wallet"))
available_for = ['qt', 'cmdline']