Value

scalus.cardano.ledger.Value
See theValue companion object
case class Value(coin: Coin, assets: MultiAsset)

Represents a value in Cardano, which can be either pure ADA or ADA with multi-assets

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

def +(rhs: Value): Value
def -(rhs: Value): Value

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product