tron-api-python icon indicating copy to clipboard operation
tron-api-python copied to clipboard

A Python API for interacting with Tron (TRX)

Results 46 tron-api-python issues
Sort by recently updated
recently updated
newest added

I need to know how to send multi-sign transaction to send a token, Please send me some information about it

thanks, tell me why the code that is specified in the documents does not work `event_result = tron.trx.get_event_result('TGEJj8eus46QMHPgWQe1FJ2ymBXRm96fn1', 0, 'Notify')` ` AttributeError: 'Trx' object has no attribute 'get_event_result'` I need...

Thanks for this cool library! I recently decided to upgrade the project to python 3.10 and came across this: ``` File "/usr/local/lib/python3.10/site-packages/tronapi/__init__.py", line 11, in from eth_account import Account #...

```python from tronapi import Tron import logging import json logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s") logger = logging.getLogger() full_node = 'https://api.trongrid.io' solidity_node = 'https://api.trongrid.io' event_server = 'https://api.trongrid.io' tron = Tron(full_node=full_node,...

How do I call functions from a proxy contract?