Skip to main content

Interface: SubnameGetAllByDomainChainIdResponse

Defines the expected response structure when retrieving all subnames under a specific domain and chain ID, including an array of subname details and pagination information.

SubnameGetAllByDomainChainIdResponse

Hierarchy

  • IResponse

    SubnameGetAllByDomainChainIdResponse

Properties

pagination

pagination: PaginationResponse

Pagination information for navigating through the subnames.

Defined in

lib/types/subnames/get-all-by-ens-domain.ts:175


subnames

subnames: SubnameResponse[]

An array of subname details.

Defined in

lib/types/subnames/get-all-by-ens-domain.ts:173