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?
for await result in Transaction.listener
NVM, it works as is..