HasDatum

scalus.cardano.node.UtxoFilter.HasDatum
case class HasDatum(datum: DatumOption) extends UtxoFilter

Filter UTxOs that have a specific datum

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UtxoFilter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited 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

Inherited from:
UtxoFilter
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Negate this filter

Negate this filter

Attributes

Inherited from:
UtxoFilter
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

Inherited from:
UtxoFilter