8 lines
268 B
Python
8 lines
268 B
Python
from electrum.i18n import _
|
|
|
|
fullname = 'Blockstream Jade Wallet'
|
|
description = 'Provides support for the Blockstream Jade hardware wallet'
|
|
#requires = [('', 'github.com/')]
|
|
registers_keystore = ('hardware', 'jade', _("Jade wallet"))
|
|
available_for = ['qt', 'cmdline']
|