scalus.cardano.node.UtxoQueryWithReader
A query builder that combines a BlockchainReader with a UtxoQuery.
Allows chaining configuration methods before executing the query.
Value parameters
-
query
-
The query to execute
-
reader
-
The reader to execute the query against
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Execute the query and return the results
Execute the query and return the results
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).
The query will stop fetching UTxOs once the accumulated lovelace reaches this amount.
Attributes
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product