We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
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 #43 (comment)
The text was updated successfully, but these errors were encountered:
this feature was disabled by tron developers
Sorry, something went wrong.
No branches or pull requests
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 #43 (comment)
The text was updated successfully, but these errors were encountered: