Class: Address
Hierarchy
Address
Table of contents
Constructors
Methods
Constructors
constructor
• new Address(address
)
Parameters
Name | Type |
---|---|
address | string |
Defined in
Methods
toString
▸ toString(): string
Returns
string
Defined in
toJSON
▸ toJSON(): string
Returns
string
Defined in
equals
▸ equals(other
): boolean
Parameters
Name | Type |
---|---|
other | string | Address |
Returns
boolean