Attributes
Members list
Type members
Classlikes
Combine two queries - each is evaluated with its own filters, results are merged.
Combine two queries - each is evaluated with its own filters, results are merged.
Value parameters
- left
-
First query
- limit
-
Maximum number of results to return from combined result
- minRequiredTotalAmount
-
Early termination: stop when accumulated lovelace reaches this amount
- offset
-
Number of results to skip from combined result
- right
-
Second query
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UtxoQueryclass Objecttrait Matchableclass AnyShow all
A simple query with source, optional filter, and pagination.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UtxoQueryclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Create a simple query from a source
Create a simple query from a source
Attributes
Apply pagination and minTotal early termination to a result set
Apply pagination and minTotal early termination to a result set
Value parameters
- candidates
-
The UTxOs to paginate
- limit
-
Maximum number of results
- minRequiredTotalAmount
-
Stop when accumulated lovelace reaches this amount
- offset
-
Number of results to skip
Attributes
- Returns
-
The paginated UTxOs
Evaluate a filter against a UTxO
Evaluate a filter against a UTxO
Value parameters
- filter
-
The filter to evaluate
- utxo
-
The UTxO (input, output) pair to test
Attributes
- Returns
-
true if the UTxO matches the filter
Propagate limit and minTotal to a subquery for early termination
Propagate limit and minTotal to a subquery for early termination
Value parameters
- limit
-
Optional limit to propagate
- minTotal
-
Optional minTotal to propagate
- q
-
The query to propagate to
Attributes
- Returns
-
The query with propagated values
Givens
Givens
Implicit conversion from UtxoSource to UtxoQuery for convenience
Implicit conversion from UtxoSource to UtxoQuery for convenience