Skip to main content

Interface: SubnameGetByDomainNameChainIdResponse

Defines the structure of the response received when querying for a subname by its domain name, username, and chain ID. It includes the subname's unique identifier, metadata, claim status, and related details.

SubnameGetByDomainNameChainIdResponse

Hierarchy

  • IResponse

    SubnameGetByDomainNameChainIdResponse

Properties

claimedAt

Optional claimedAt: null | Date

The timestamp when the subname was claimed, if applicable.

Defined in

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


data

data: MetadataResponse

Detailed metadata associated with the subname.

Defined in

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


ensId

ensId: string

The identifier of the ENS domain.

Defined in

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


id

id: string

The unique identifier of the subname.

Defined in

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


isClaimed

isClaimed: boolean

Indicates whether the subname has been claimed.

Defined in

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


subname

subname: string

The full subname, including the username and domain.

Defined in

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


username

username: string

The username associated with the subname.

Defined in

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