Initializes a new instance of the CLValueByteArray class.
The Uint8Array to be stored in the CLValueByteArray.
Private
dataStatic
fromCreates a CLValueByteArray instance from a Uint8Array. Extracts the bytes specified by the given CLTypeByteArray size.
An object containing the new CLValueByteArray instance and any remaining bytes.
The Uint8Array containing the byte representation of the ByteArray value.
The CLTypeByteArray defining the size of the ByteArray.
Generated using TypeDoc
Represents a byte array value in the Casper type system. This class encapsulates a byte array, providing methods for conversion to and from CLValue.