Represents an 'Any' value in the Casper type system. This type can store any arbitrary data as a byte array, making it highly flexible.
Initializes a new instance of the CLValueAny class.
The Uint8Array to be stored as the 'Any' value.
Private
Retrieves the byte representation of the 'Any' value.
A Uint8Array representing the stored data.
Converts the instance to a JSON-compatible byte array.
The byte representation of the instance.
Provides a string representation of the 'Any' value. The byte array is decoded as a UTF-8 string.
A string decoded from the stored byte array.
Generated using TypeDoc
Represents an 'Any' value in the Casper type system. This type can store any arbitrary data as a byte array, making it highly flexible.