scalus.cardano.node.stream.TransactionQuery
See theTransactionQuery companion object
enum TransactionQuery
Which transactions a subscriber wants to observe.
The shape deliberately mirrors UTxORPC's TxPredicate (match / not / all_of / any_of), so a UTxORPC-backed provider lowers a query onto the wire predicate instead of translating between two different algebras — and so anything expressible here can be pushed down by the backends that support server-side filtering.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article