Skip to main content

Interface: SubnameGetAllByAddressResponse

Outlines the structure of the response containing details about subnames associated with a specific address.

SubnameGetAllByAddressResponse

Hierarchy

Properties

claimedAt

Optional claimedAt: null | Date

The timestamp when the subname was claimed, if applicable.

Defined in

lib/types/subnames/get-all-by-address.ts:112


data

data: MetadataResponse

Metadata associated with the subname.

Defined in

lib/types/subnames/get-all-by-address.ts:114


ensId

ensId: string

Identifier of the parent ENS domain.

Defined in

lib/types/subnames/get-all-by-address.ts:106


id

id: string

Unique identifier of the subname.

Defined in

lib/types/subnames/get-all-by-address.ts:102


isClaimed

isClaimed: boolean

Indicates if the subname has been claimed.

Defined in

lib/types/subnames/get-all-by-address.ts:110


subname

subname: string

The full subname.

Defined in

lib/types/subnames/get-all-by-address.ts:108


username

username: string

The username part of the subname.

Defined in

lib/types/subnames/get-all-by-address.ts:104