AlonzoFormat

scalus.cardano.ledger.AuxiliaryData.AlonzoFormat
final case class AlonzoFormat(metadata: Option[Map[Word64, Metadatum]], nativeScripts: IndexedSeq[Timelock], plutusV1Scripts: IndexedSeq[ByteString], plutusV2Scripts: IndexedSeq[ByteString], plutusV3Scripts: IndexedSeq[ByteString])

Alonzo-era and later metadata format with optional components

Attributes

Members list

Value members

Inherited methods

Attributes

Inherited from:
AuxiliaryData
def getNativeScripts: IndexedSeq[Timelock]

Attributes

Inherited from:
AuxiliaryData
def getPlutusV1Scripts: IndexedSeq[ByteString]

Attributes

Inherited from:
AuxiliaryData
def getPlutusV2Scripts: IndexedSeq[ByteString]

Attributes

Inherited from:
AuxiliaryData
def getPlutusV3Scripts: IndexedSeq[ByteString]

Attributes

Inherited from:
AuxiliaryData
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product