Simple
scalus.cardano.node.UtxoQuery.Simple
case class Simple(source: UtxoSource, filter: Option[UtxoFilter] = ..., limit: Option[Int] = ..., offset: Option[Int] = ..., minRequiredTotalAmount: Option[Coin] = ...) extends UtxoQuery
A simple query with source, optional filter, and pagination.
Value parameters
- filter
-
Optional refinement conditions
- limit
-
Maximum number of results to return
- minRequiredTotalAmount
-
Early termination: stop when accumulated lovelace reaches this amount
- offset
-
Number of results to skip (for pagination)
- source
-
Where to look for UTxOs (required)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UtxoQueryclass Objecttrait Matchableclass Any
Members list
In this article