Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parameter for Collector #70

Open
true-eye opened this issue Mar 27, 2024 · 0 comments
Open

Update parameter for Collector #70

true-eye opened this issue Mar 27, 2024 · 0 comments

Comments

@true-eye
Copy link

I have two questions

  1. 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.

  2. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant