Private
Readonly
#arrayAdds an element to the Plutus List.
The element to be added.
Indicates whether some other PlutusList is "equal to" this one.
true if objects are equals; otherwise false.
The other object to be compared.
Gets an element from the list.
The index in the list of the element to get.
Static
fromDeserializes a PlutusList instance from its CBOR representation.
A PlutusList instance.
The CBOR representation of this instance as a Uint8Array.
Generated using TypeDoc
A list of plutus data.