Exemple #1
0
 def get_alice_balance(height):
     k = test_settings["spend_tx"]["alice_pubkey"]
     return common.get_account_balance_at_height(bob_api,
                                                 bob_internal_api,
                                                 height,
                                                 pub_key=k)
Exemple #2
0
 def get_bob_balance(height):
     return common.get_account_balance_at_height(bob_api, bob_internal_api,
                                                 height)