Class CLValueAny

Represents an 'Any' value in the Casper type system. This type can store any arbitrary data as a byte array, making it highly flexible.

Hierarchy

  • CLValueAny

Constructors

Properties

Methods

Constructors

Properties

data: Uint8Array

Methods

  • Retrieves the byte representation of the 'Any' value.

    Returns

    A Uint8Array representing the stored data.

    Returns Uint8Array

  • Converts the instance to a JSON-compatible byte array.

    Returns

    The byte representation of the instance.

    Returns Uint8Array

  • Provides a string representation of the 'Any' value. The byte array is decoded as a UTF-8 string.

    Returns

    A string decoded from the stored byte array.

    Returns string

Generated using TypeDoc