Skip to content
On this page

Class: AddressLiteral<T>

Type parameters

NameType
Textends string

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new AddressLiteral<T>(address)

Type parameters

NameType
Textends string

Parameters

NameType
addressAddressImpl<T, Lowercase<T>>

Overrides

Address.constructor

Defined in

src/utils.ts:73

Methods

toString

toString(): string

Returns

string

Inherited from

Address.toString

Defined in

src/utils.ts:38


toJSON

toJSON(): string

Returns

string

Inherited from

Address.toJSON

Defined in

src/utils.ts:42


equals

equals(other): boolean

Parameters

NameType
otherstring | Address

Returns

boolean

Inherited from

Address.equals

Defined in

src/utils.ts:46