UtxoFilter

scalus.cardano.node.UtxoFilter
See theUtxoFilter companion object
sealed trait UtxoFilter

Filter specifies optional refinements to apply after fetching from source.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And
class AtInputs
class HasAsset
class HasDatum
class HasDatumHash
class MinLovelace
class Not
class Or
Show all

Members list

Value members

Concrete methods

def &&(other: UtxoFilter): UtxoFilter

Combine two filters with AND - both conditions must be true

Combine two filters with AND - both conditions must be true

Attributes

Negate this filter

Negate this filter

Attributes

def ||(other: UtxoFilter): UtxoFilter

Combine two filters with OR - either condition must be true

Combine two filters with OR - either condition must be true

Attributes