Skip to main content

Interface: SubnameGetAllCommunitiesChainIdResponse

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.

SubnameGetAllCommunitiesChainIdResponse

Hierarchy

  • IResponse

    SubnameGetAllCommunitiesChainIdResponse

Properties

ens

ens: SubnameAllCommunitiesWithCountApiResponse[]

Defined in

lib/types/subnames/community.ts:180


pagination

pagination: PaginationResponse

Pagination information for navigating through the subnames.

Defined in

lib/types/subnames/community.ts:182