예제 #1
0
 def seed_input(self, title, message, is_seed, options):
     slayout = SeedLayout(title=message,
                          is_seed=is_seed,
                          options=options,
                          parent=self)
     self.exec_layout(slayout, title, next_enabled=False)
     return slayout.get_seed(), slayout.is_bip39, slayout.is_ext
예제 #2
0
 def seed_input(self, title, message, is_seed, options):
     slayout = SeedLayout(title=message, is_seed=is_seed, options=options, parent=self)
     self.exec_layout(slayout, title, next_enabled=False)
     return slayout.get_seed(), slayout.is_bip39, slayout.is_ext