Skip to main content

Interface: AddressResponse

Describes a single address associated with a subname, including its cryptocurrency coin type and a unique identifier for its metadata.

AddressResponse

Properties

address

address: string

The actual cryptocurrency address.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:19


coinType

coinType: number

The cryptocurrency coin type number, typically following a standard like BIP-44.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:17


dataId

dataId: string

A reference to the metadata associated with this address.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:21


id

id: string

The unique identifier of the address record.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:15