Inline

scalus.cardano.ledger.DatumOption.Inline
final case class Inline(data: Data)

Inline datum value

Attributes

Members list

Value members

Inherited methods

def contentEquals(other: DatumOption): Boolean

Return true when the semantic content is the same (handles hash vs inline)

Return true when the semantic content is the same (handles hash vs inline)

Attributes

Inherited from:
DatumOption

Attributes

Inherited from:
DatumOption
def dataHashOption: Option[DataHash]

Attributes

Inherited from:
DatumOption
def dataOption: Option[Data]

Attributes

Inherited from:
DatumOption
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product