Class: AddressLiteral<T>
Type parameters
| Name | Type |
|---|---|
T | extends string |
Hierarchy
↳
AddressLiteral
Table of contents
Constructors
Methods
Constructors
constructor
• new AddressLiteral<T>(address)
Type parameters
| Name | Type |
|---|---|
T | extends string |
Parameters
| Name | Type |
|---|---|
address | AddressImpl<T, Lowercase<T>> |
Overrides
Defined in
Methods
toString
▸ toString(): string
Returns
string
Inherited from
Defined in
toJSON
▸ toJSON(): string
Returns
string
Inherited from
Defined in
equals
▸ equals(other): boolean
Parameters
| Name | Type |
|---|---|
other | string | Address |
Returns
boolean