You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can Collectors have parameters?
Right now, the example collectors just fetch the latest block hash or orders without any parameters. But for me, I need to subscribe to a geyser which requires some parameters for filtering transactions.
Can we update Collectors' parameters to filter different transactions in other Collectors?
So what I'm trying to do is the following.
I want to collect all transactions related to one address. This can be done by a Collector.
But the address can be changed by the time. So I want to change that real time and I don't want to destroy & create a new Collector.
How can I do this?
The text was updated successfully, but these errors were encountered:
I have two questions
Can Collectors have parameters?
Right now, the example collectors just fetch the latest block hash or orders without any parameters. But for me, I need to subscribe to a geyser which requires some parameters for filtering transactions.
Can we update Collectors' parameters to filter different transactions in other Collectors?
So what I'm trying to do is the following.
I want to collect all transactions related to one address. This can be done by a Collector.
But the address can be changed by the time. So I want to change that real time and I don't want to destroy & create a new Collector.
How can I do this?
The text was updated successfully, but these errors were encountered: