Class CLValueUInt256

Represents a 256-bit unsigned integer value in the Casper type system.

Hierarchy

  • CLValueNumeric
    • CLValueUInt256

Constructors

Properties

Methods

Constructors

Properties

value: BigNumber

Methods

  • Converts the UInt256 value to its byte representation.

    Returns

    A Uint8Array representing the bytes of the UInt256 value.

    Returns Uint8Array

  • Retrieves the numeric value.

    Returns

    The numeric representation of the value.

    Returns BigNumber

  • Converts the instance to a JSON-compatible string.

    Returns

    The string representation of the instance.

    Returns string

  • Converts the numeric value to a JavaScript number.

    Returns

    The numeric value as a JavaScript number.

    Returns number

  • Provides a string representation of the numeric value.

    Returns

    The string representation of the value.

    Returns string

Generated using TypeDoc