Inputs
All packages

antelope_common
Pinax
v0.4.0/155.2K downloads
Package ref
antelope-common@v0.4.0Run package
CLI
Run filtered_transactions from the command line.
substreams run antelope-common@v0.4.0 filtered_transactions --start-block -1Authenticate by running
substreams auth or directly on thegraph.market (see docs).README
common Antelope substreams modules to extract transactions with indexing
Use one of those optimized modules with a query string as a parameter:
- filtered_transactions
- filtered_actions
- filtered_transactions_extra
- filtered_actions_extra
The query string will be used for the blockfilter as well as the actual filtering of actions/transactions
Modules
Execution graph
paramsall_transactions
Inputs
Inputs
paramsall_actions
Inputs
paramsall_actions
`filtered_transactions_extra` reads from all_transactions and applies a filter on the transactions Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()` Example: `code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)`
Inputs
paramsall_transactions
Output
sf.substreams.index.v1.Keys
Inputs
Output
sf.substreams.index.v1.Keys
Inputs
