MetadataWithScripts

scalus.cardano.ledger.AuxiliaryData.MetadataWithScripts
final case class MetadataWithScripts(metadata: Map[Word64, Metadatum], nativeScripts: IndexedSeq[Timelock])

Shelley-MA era combined metadata and scripts

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