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?

Accepted Reply

NVM, it works as is..

Replies

NVM, it works as is..