Skip to main content

Interface: Address

Represents an Ethereum address and its corresponding coin type.

Address

Properties

address

address: string

The cryptocurrency address.

Defined in

lib/types/subnames/accept.ts:13


coinType

coinType: number

The coin type number, typically following the BIP-0044 standard.

Defined in

lib/types/subnames/accept.ts:15