Class CLValueTuple3

Represents a tuple containing three CLValues in the Casper type system.

Hierarchy

  • CLValueTuple3

Constructors

Properties

inner1: CLValue
inner2: CLValue
inner3: CLValue
innerType: CLTypeTuple3

Methods

  • Converts the tuple to its byte representation.

    Returns

    A Uint8Array representing the concatenated bytes of all three inner CLValues.

    Returns Uint8Array

  • Converts the instance to a JSON-compatible array.

    Returns

    An array containing the JSON representations of inner1, inner2, and inner3.

    Returns any[]

  • Provides a string representation of the tuple.

    Returns

    A string representation of the tuple in the format "(value1, value2, value3)".

    Returns string

Generated using TypeDoc