A type corresponding to the Plutus Core Data datatype.

The point of this type is to be opaque as to ensure that it is only used in ways that plutus scripts can handle.

Use this type to build any data structures that you want to be representable on-chain.

Hierarchy

  • PlutusData

Constructors

Properties

#bytes: undefined | Uint8Array = undefined
#constr: undefined | Serialization.ConstrPlutusData = undefined
#integer: undefined | bigint = undefined
#kind: Serialization.PlutusDataKind = PlutusDataKind.ConstrPlutusData
#list: undefined | Serialization.PlutusList = undefined
#map: undefined | Serialization.PlutusMap = undefined
#originalBytes: undefined | HexBlob = undefined

Methods

Generated using TypeDoc