scalus.cardano.node.UtxoQueryWithReaderTF
A query builder that combines a BlockchainReaderTF with a UtxoQuery . Effect-polymorphic — .execute() returns the reader's own F[Either[UtxoQueryError, Utxos]].
Value parameters
query
The query to execute
reader
The reader to execute the query against
Attributes
Graph
Reset zoom Hide graph Show 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 in the reader's effect type.
Execute the query and return the results in the reader's effect type.
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