Represents a piece of data attached to a UTxO that a Plutus script can read when the UTxO is being spent. Essentially, the Datum acts as a state for that UTxO, allowing Plutus scripts to perform more complex logic based on this stored state.

Hierarchy

  • Datum

Constructors

Properties

#dataHash: undefined | Hash32ByteBase16
#inlineData: undefined | Serialization.PlutusData
#originalBytes: undefined | HexBlob = undefined

Methods

Generated using TypeDoc