LBRY-Vault/plugins/trezor/__init__.py
2015-11-24 09:36:42 +01:00

9 lines
316 B
Python

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