Exemple #1
0
 def test_send_approve2(self):
     a = Asset(sdk)
     res = a.send_approve("ont", acc, acc2.get_address_base58(), 1, acc3,
                          20000, 500)
     self.assertEqual(len(res), 64)
 def test_send_approve2(self):
     a = Asset(sdk)
     res = a.send_approve("ont", acc, acc2.get_address_base58(), 1, acc3,
                          20000, 500)
     print(res)