qml: use new wizard approach in qml and also implement 2FA/trustedcoin
This commit is contained in:
@@ -304,6 +304,10 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
|
||||
def canHaveLightning(self):
|
||||
return self.wallet.can_have_lightning()
|
||||
|
||||
@pyqtProperty(str, notify=dataChanged)
|
||||
def walletType(self):
|
||||
return self.wallet.wallet_type
|
||||
|
||||
@pyqtProperty(bool, notify=dataChanged)
|
||||
def hasSeed(self):
|
||||
return self.wallet.has_seed()
|
||||
|
||||
Reference in New Issue
Block a user