Skip to main content

Interface: SubnameGetAllCommunitiesChainIdRequest

Specifies the request parameters for retrieving all subnames under a specific domain and chain ID, with optional filters for address, coin type, pagination, and claim status.

SubnameGetAllCommunitiesChainIdRequest

Hierarchy

  • IRequest

    SubnameGetAllCommunitiesChainIdRequest

Properties

chainId

chainId: ChainId

The blockchain network identifier.

Defined in

lib/types/subnames/community.ts:157


limit

Optional limit: number

Optional limit on the number of items per page.

Defined in

lib/types/subnames/community.ts:161


orderBy

Optional orderBy: "subnameCount" | "createdAt"

Defined in

lib/types/subnames/community.ts:163


orderDirection

Optional orderDirection: "asc" | "desc"

Defined in

lib/types/subnames/community.ts:165


page

Optional page: number

Optional page number for pagination.

Defined in

lib/types/subnames/community.ts:159