address
Classes
Address
Defined in: dataEntities/address.ts:9
Ethereum/Arbitrum address class
Constructors
Constructor
new Address(value: string): Address;
Defined in: dataEntities/address.ts:18
Ethereum/Arbitrum address class
Parameters
| Parameter | Type | Description |
|---|---|---|
value | string | A valid Ethereum address. Doesn't need to be checksum cased. |
Returns
Properties
value
readonly value: string;
Defined in: dataEntities/address.ts:18
A valid Ethereum address. Doesn't need to be checksum cased.
Methods
applyAlias()
applyAlias(): Address;
Defined in: dataEntities/address.ts:43
Find the L2 alias of an L1 address
Returns
undoAlias()
undoAlias(): Address;
Defined in: dataEntities/address.ts:51
Find the L1 alias of an L2 address