Skip to main content

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
ParameterTypeDescription
valuestringA valid Ethereum address. Doesn't need to be checksum cased.
Returns

Address

Properties

PropertyModifierTypeDescriptionDefined in
valuereadonlystringA valid Ethereum address. Doesn't need to be checksum cased.dataEntities/address.ts:18

Methods

applyAlias()
applyAlias(): Address;

Defined in: dataEntities/address.ts:43

Find the L2 alias of an L1 address

Returns

Address

undoAlias()
undoAlias(): Address;

Defined in: dataEntities/address.ts:51

Find the L1 alias of an L2 address

Returns

Address