Initializes a new instance of the CLValueList class.
The CLTypeList representing the type of the list.
Optional array of CLValues to initialize the list with.
The elements contained in the list.
The type of the list elements.
Static
fromCreates a CLValueList instance from a Uint8Array. Parses the byte array to interpret the length of the list and each element in the list.
An object containing the new CLValueList instance and any remaining bytes.
The Uint8Array containing the byte representation of the List value.
The CLTypeList representing the type of the list.
Generated using TypeDoc
Represents a List value in the Casper type system. This class provides methods to manage and manipulate lists of CLValues.