Skip to content
On this page

Class: Address

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new Address(address)

Parameters

NameType
addressstring

Defined in

src/utils.ts:34

Methods

toString

toString(): string

Returns

string

Defined in

src/utils.ts:38


toJSON

toJSON(): string

Returns

string

Defined in

src/utils.ts:42


equals

equals(other): boolean

Parameters

NameType
otherstring | Address

Returns

boolean

Defined in

src/utils.ts:46