FromAsset

scalus.cardano.node.UtxoSource.FromAsset
case class FromAsset(policyId: PolicyId, assetName: AssetName) extends UtxoSource

Find UTxOs containing a specific asset (global search)

Value parameters

assetName

The asset name within the policy

policyId

The minting policy hash

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