Represents a NEM address.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

  • Creates a NEM address.

    Parameters

    • addressInput: string | Uint8Array | Address

      Input string, byte array or address.

    Returns Address

Properties

bytes: Uint8Array

Underlying bytes.

ENCODED_SIZE: number

Length of encoded address string.

NAME: string

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

SIZE: number

Byte size of raw address.

Methods

  • 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