I'm trying to understand the part of Solana's codebase where new transactions for Geyser are notified.
I've observed functions in GeyserService like transaction_update_receiver
that seem to handle the updates. However, I'm having difficulty identifying where in the codebase the notification is triggered.
Can someone provide guidance or point me to the relevant section?