Class CLValueTuple1

Represents a tuple containing one CLValue in the Casper type system.

Hierarchy

  • CLValueTuple1

Constructors

Properties

Methods

Constructors

Properties

innerType: CLTypeTuple1
innerVal: CLValue

Methods

  • Converts the tuple to its byte representation.

    Returns

    A Uint8Array representing the bytes of the inner CLValue.

    Returns Uint8Array

  • Converts the instance to a JSON-compatible array.

    Returns

    An array containing the JSON representation of the inner value.

    Returns any[]

  • Provides a string representation of the tuple.

    Returns

    A string representation of the tuple in the format "(value)".

    Returns string

Generated using TypeDoc