MultiAsset

scalus.cardano.ledger.Value.MultiAsset
final case class MultiAsset(coin: Coin, assets: MultiAsset[Long])

ADA value with multi-assets

Attributes

Members list

Value members

Inherited methods

def multiAsset: MultiAsset[Long]

Get the multi-asset component if present, empty otherwise

Get the multi-asset component if present, empty otherwise

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product