[SOLVED] Streams (Advanced Options) validity

Looking for some guidance on how to build a valid Advanced Options filter for my Stream.
One use case would be filtering for ‘confirmed: true’.

Haven’t been able to find any working examples in the docs that pass validation.

Any help is greatly appreciated!

It would have to be in the format like:

[
  {
    "topic0": "Transfer(address,address,uint256)",
    "filter": {
      "gt": [
        "value",
        "500000000000000000"
      ]
    }
  }
]

But I think filters can only be applied to properties related to the event or topic itself e.g. value in this example (from ABI).

I see, that makes sense. Could come in handy for some niche use cases.
Thank you glad!

There isn’t a way to skip unconfirmed transactions now. You are not charged for unconfirmed transactions.

1 Like