andelf / tronpy

TRON Python Client Library.
MIT License
212 stars 96 forks source link

Event subscription / listening #137

Open alb2001 opened 2 months ago

alb2001 commented 2 months ago

Hi

How would it be possible to subscribe to events or listen to them?

Thank you.

gambarim commented 2 months ago

I am interested as well

MrNaif2018 commented 2 months ago

Hi, which events? As far as I know tron provides no such API at all

alb2001 commented 2 months ago

Events such as Transfer or Approve emitted by Tokens. Etc. Events emiited by contracts. In other EVM chains you can simply subscribe to logs to get these.