コード例 #1
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3
コード例 #2
0
 def synchronize(self):
     # synchronize existing accounts
     BIP32_Wallet.synchronize(self)
コード例 #3
0
ファイル: btchipwallet.py プロジェクト: nmarley/electrum-dash
 def synchronize(self):
     # synchronize existing accounts
     BIP32_Wallet.synchronize(self)
コード例 #4
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3