Exemplo n.º 1
0
 def test_send_withdraw_ong_transaction(self):
     a = Asset(sdk)
     res = a.send_withdraw_ong_transaction(acc, acc2.get_address_base58(),
                                           1, acc3, 20000, 500)
     self.assertEqual(res, '01')
Exemplo n.º 2
0
 def test_send_withdraw_ong_transaction(self):
     a = Asset(sdk)
     res = a.send_withdraw_ong_transaction(acc, acc2.get_address_base58(),
                                           1, acc3, 20000, 500)
     print(res)