UtxoSource

scalus.cardano.node.UtxoSource
See theUtxoSource companion object
sealed trait UtxoSource

Source specifies WHERE to look for UTxOs. This is required - a query must start from a source.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And
class FromAddress
class FromAsset
class FromInputs
class Or
Show all

Members list

Value members

Concrete 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

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