Class: Address

Address(address)

Represents a NEM address.

Constructor

new Address(address)

Creates a NEM address.
Parameters:
Name Type Description
address Uint8Array | string | Address Input string, byte array or address.
Source:

Methods

toString() → {string}

Returns string representation of this object.
Source:
Returns:
String representation of this object
Type
string

toString() → {string}

Returns string representation of this object.
Source:
Returns:
String representation of this object
Type
string

Address(address)

Represents a Symbol address.

Constructor

new Address(address)

Creates a Symbol address.
Parameters:
Name Type Description
address Uint8Array | string | Address Input string, byte array or address.
Source:

Methods

toString() → {string}

Returns string representation of this object.
Source:
Returns:
String representation of this object
Type
string

toString() → {string}

Returns string representation of this object.
Source:
Returns:
String representation of this object
Type
string