PlutusData: { fields: [Integer, List<PlutusData>]; name: "Constr"; } | { fields: List<[PlutusData, PlutusData]>; name: "Map"; } | { fields: List<PlutusData>; name: "List"; } | { fields: Bytes; name: "Bytes"; } | { fields: Integer; name: "Integer"; } Type declaration
fields: Bytes
name: "Bytes"
Type declaration
fields: Integer
name: "Integer"
PlutusData is a generic "data" type.