- They are applied for each network beat to determine if a beat should even be processed.
- After processing, the resulting records are filtered again using the pipeline’s
filterKeys
.
Example
Let’s say we want to filtervitalik.eth
’s token transfers.
We’d first add a filter for his address, 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
.
From there, we could test the following transformation against an Ethereum block containing a token transfer (e.g. block 22062886 with this tx):
from
, to
, or both.