Esempio n. 1
0
 def test_chain_com_get_unspents(self):
     client = chain_com.ChainComClient(CHAIN_API_ID, CHAIN_API_SECRET)
     unspents = chain_com.get_unspents(self.address, client)
     self.compare_total_value(unspents)
     self.compare_unspents(unspents)
Esempio n. 2
0
 def test_chain_com_get_unspents(self):
     client = chain_com.ChainComClient(SECRETS['chain_api_id'],
             SECRETS['chain_api_secret'])
     unspents = chain_com.get_unspents(self.address, client)
     self.compare_total_value(unspents)
     self.compare_unspents(unspents)
Esempio n. 3
0
 def test_chain_com_get_unspents(self):
     client = chain_com.ChainComClient(CHAIN_API_ID, CHAIN_API_SECRET)
     unspents = chain_com.get_unspents(self.address, client)
     self.compare_total_value(unspents)
     self.compare_unspents(unspents)