for await result in Transaction.listener

Beta 2 seems to have removed Transaction.listener, it seems that it may have been replaced with Transaction.updates, but not sure because it does not seem to grab incoming transactions like the listener did.. Is there a special way to implement the updates method as opposed to the Transaction.listener method?

Answered by CaponeTheGSD in 680306022

NVM, it works as is..

Accepted Answer

NVM, it works as is..

for await result in Transaction.listener
 
 
Q