FromTransaction

scalus.cardano.node.UtxoSource.FromTransaction
case class FromTransaction(transactionId: TransactionHash) extends UtxoSource

Find UTxOs from outputs of a specific transaction

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