Initializes a new instance of the CLValueString class.
The string value to be represented.
Private
valuePrivate
sizeStatic
fromCreates a CLValueString instance from a Uint8Array. Parses the byte array to retrieve the string value, interpreting the first 4 bytes as the string length.
An object containing the new CLValueString instance and any remaining bytes.
The Uint8Array containing the byte representation of the string value.
Generated using TypeDoc
Represents a string value in the Casper type system.