MultiAsset

scalus.cardano.ledger.MultiAsset
See theMultiAsset companion object
case class MultiAsset(assets: SortedMap[PolicyId, SortedMap[AssetName, Long]])

Attributes

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

Members list

Value members

Concrete methods

infix def +(other: MultiAsset): MultiAsset
infix def -(other: MultiAsset): MultiAsset
def isEmpty: Boolean
def isNegative: Boolean
def isPositive: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product