scalus.cardano.node.UtxoQuery.Or
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
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Add a filter using distribution: (A || B) && f becomes (A && f) || (B && f)
Add a filter using distribution: (A || B) && f becomes (A && f) || (B && f)
Attributes
Limit the number of results. Takes minimum if limit already set.
Limit the number of results. Takes minimum if limit already set.
Attributes
Set minimum required total lovelace amount (early termination optimization). Takes minimum if already set.
Set minimum required total lovelace amount (early termination optimization). Takes minimum if already set.
Attributes
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Combine two queries with OR - returns UTxOs from either query
Combine two queries with OR - returns UTxOs from either query
Attributes
-
Inherited from:
-
UtxoQuery