UtxoEventQuery

scalus.cardano.node.stream.UtxoEventQuery
case class UtxoEventQuery(query: UtxoQuery, types: Set[UtxoEventType] = ...)

Query for a UTxO event subscription.

Wraps a scalus.cardano.node.UtxoQuery — reusing its source/filter algebra and the inline DSL — and adds an event-type set, so a subscriber can ask for only Created events without a downstream collect.

The pagination fields on the inner query (limit, offset, minRequiredTotalAmount) are snapshot concepts and are ignored for subscriptions; they stay on UtxoQuery because BlockchainReader.findUtxos does honour them.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product