-
Hello Everyone, I am trying to configure a config.toml for a Selection Filter that will filter all TXOutput Events based on an address argument. config.toml
Am I missing something? : ). Have I interpreted the logic incorrectly from the Data Dictionary ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is correct but the next 2 [[filters.check.argument]]
predicate = "variant_in"
argument = ["TxOutput"]
here is the tracking issue: #324 |
Beta Was this translation helpful? Give feedback.
@ThomasADA
variant_in
expects a member of EventData.this is correct but the next 2
variant_in
you have don't work like thathere is the tracking issue: #324