You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great tool ! I've played around with it a little bit and it looks awesome. I no longer have to run expensive cardano-db-sync to query the status of particular asset :)
For my use-case, I need to filter "transactions" that carry a specific asset "ex: LQ tokens" and need to construct a real-time view of the token distribution in the ledger. I realize, I need to make use of the below predicate to add both Tx and Policy constraints. However, unsure how to configure an array of predicates.
"all_of (predicate[]): This predicate will yield true when all of the predicates in the argument yields true."
thanks for this great tool ! I've played around with it a little bit and it looks awesome. I no longer have to run expensive cardano-db-sync to query the status of particular asset :)
For my use-case, I need to filter "transactions" that carry a specific asset "ex: LQ tokens" and need to construct a real-time view of the token distribution in the ledger. I realize, I need to make use of the below predicate to add both Tx and Policy constraints. However, unsure how to configure an array of predicates.
It would be great, if you could provide an example for "all_of ()" usage here - https://txpipe.github.io/oura/filters/selection.html
thanks much !
The text was updated successfully, but these errors were encountered: