Module: dataEntities/address
Address
Ethereum/Arbitrum address class
Constructors
constructor()
new Address(value): Address
Ethereum/Arbitrum address class
Parameters
Parameter | Type | Description |
---|---|---|
value | string | A valid Ethereum address. Doesn't need to be checksum cased. |
Returns
Source
arbitrum-sdk/src/lib/dataEntities/address.ts:18
Properties
Property | Type | Description |
---|---|---|
readonly value | string | A valid Ethereum address. Doesn't need to be checksum cased. |
Methods
applyAlias()
applyAlias(): Address
Find the L2 alias of an L1 address
Returns
Source
arbitrum-sdk/src/lib/dataEntities/address.ts:43
undoAlias()
undoAlias(): Address
Find the L1 alias of an L2 address