Represents a fixed size byte array.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

bytes: Uint8Array

Underlying bytes.

NAME: string

Byte array name (required because constructor.name is dropped during minification).

SIZE: number

Accessors

  • get size(): number
  • Returns number

Methods

  • Returns Uint8Array

  • Returns representation of this object that can be stored in JSON.

    Returns string

    JSON-safe representation of this object.

  • Returns string representation of this object.

    Returns string

    String representation of this object

  • Parameters

    • payload: any

    Returns Hash512