How to customize aptos indexer for a particular contract address? #141
Unanswered
shivamlync
asked this question in
Questions
Replies: 1 comment 5 replies
-
@shivamlync This is an alpha feature that we recently introduced. The transaction filter criteria are combined with
You can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the case of the config file for creating a custom indexer on Aptos, below you can find the config file.
transaction_filter
parameter work?entry_function_id_str
, I want to use that field to filter out data based on that parameter for one of my contract addresses. So, can I implement this and get limited data from the indexer?transaction_filter
is shown which includesfocus_user_transactions
andfocus_contract_addresses
parameters.@gregnazario @JohnChangUK @chiumax @GotenJBZ Any suggestions how can I implement the indexer in a efficient manner where the container doesn't stop and if there are any transactions it inserts them into the database and if there aren't any then it keeps on searching but doesn't panics or stops.
Beta Was this translation helpful? Give feedback.
All reactions