Or

scalus.cardano.node.UtxoSource.Or
case class Or(left: UtxoSource, right: UtxoSource) extends UtxoSource

Combine two sources - returns union of UTxOs from both

Attributes

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

Members list

Value members

Inherited methods

def &&(other: UtxoSource): UtxoSource

Combine two sources with AND - returns UTxOs that match both sources (intersection)

Combine two sources with AND - returns UTxOs that match both sources (intersection)

Attributes

Inherited from:
UtxoSource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def ||(other: UtxoSource): UtxoSource

Combine two sources with OR - returns UTxOs from either source (union)

Combine two sources with OR - returns UTxOs from either source (union)

Attributes

Inherited from:
UtxoSource