Esempio n. 1
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3
     self.is_billing = False
     self.billing_info = None
Esempio n. 2
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3
     self.is_billing = False
     self.billing_info = None
Esempio n. 3
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3
Esempio n. 4
0
 def __init__(self, storage):
     BIP32_Wallet.__init__(self, storage)
     self.wallet_type = '2fa'
     self.m = 2
     self.n = 3