ShilazTech

Results 3 issues of ShilazTech

I am using below code to get token balance for an address: `full_node = 'https://api.trongrid.io' solidity_node = 'https://api.trongrid.io' event_server = 'https://api.trongrid.io' tron = Tron(full_node=full_node, solidity_node=solidity_node, event_server=event_server) tron.private_key = 'my private...

Hello serderovsh, I upgraded all the installations including tronapi but I still see the same problem. That transactions are being reverted. pls see latest as done just now {'ret': [{'contractRet':...

bug

how easy it is to use in python code as i did not see any pip install option in your writeup. Thnx