Skip to main content

Interface: SubnameGetBySubnameResponse

Defines the expected response structure when querying details of a subname, including its metadata and claim status.

SubnameGetBySubnameResponse

Hierarchy

Properties

claimedAt

Optional claimedAt: null | Date

The date and time when the subname was claimed, if applicable.

Defined in

lib/types/subnames/get-by-subname.ts:107


data

data: MetadataResponse

Detailed metadata about the subname.

Defined in

lib/types/subnames/get-by-subname.ts:109


ensId

ensId: string

The identifier of the ENS domain to which the subname belongs.

Defined in

lib/types/subnames/get-by-subname.ts:101


id

id: string

The unique identifier of the subname.

Defined in

lib/types/subnames/get-by-subname.ts:97


isClaimed

isClaimed: boolean

Indicates whether the subname has been claimed.

Defined in

lib/types/subnames/get-by-subname.ts:105


subname

subname: string

The full subname, including both the username and domain parts.

Defined in

lib/types/subnames/get-by-subname.ts:103


username

username: string

The username portion of the subname.

Defined in

lib/types/subnames/get-by-subname.ts:99