scalus.cardano.node.UtxoQuery
See theUtxoQuery companion object
A query for UTxOs. Can be a simple query with source/filter/pagination, or a combination of queries using Or.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Add a filter condition (AND with existing filters)
Add a filter condition (AND with existing filters)
Attributes
Limit the number of results
Limit the number of results
Attributes
Set minimum required total lovelace amount (early termination optimization)
Set minimum required total lovelace amount (early termination optimization)
Attributes
Combine two queries with OR - returns UTxOs from either query
Combine two queries with OR - returns UTxOs from either query
Attributes