iexbase / tron-api-python

A Python API for interacting with Tron (TRX)
https://tronapi-for-python.readthedocs.io
MIT License
166 stars 84 forks source link

'Trx' object has no attribute 'get_event_result'` #101

Open luchec opened 1 year ago

luchec commented 1 year ago
    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 to get events from the smart contract, mb I'm doing something wrong? help me please

Originally posted by @smartDev22 in https://github.com/iexbase/tron-api-python/issues/43#issuecomment-498057839

serderovsh commented 1 year ago

this feature was disabled by tron developers