Initializes a new instance of the CLValueBool class.
The boolean value to be stored.
Private
valueStatic
fromCreates a CLValueBool instance from a Uint8Array. Parses the first byte in the array to determine the boolean value.
An object containing the new CLValueBool instance and any remaining bytes.
Will throw an error if the source array is empty or contains an invalid boolean byte.
The Uint8Array containing the byte representation of the boolean value.
Generated using TypeDoc
Represents a boolean value in the Casper type system. This class encapsulates a boolean value and provides methods for byte conversion and CLValue integration.