Skip to main content

Interface: SubnameGetAllByDomainChainIdRequest

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.

SubnameGetAllByDomainChainIdRequest

Hierarchy

  • IRequest

    SubnameGetAllByDomainChainIdRequest

Properties

chainId

chainId: ChainId

The blockchain network identifier.

Defined in

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


coinType

Optional coinType: number

Optional coin type to filter the subnames by.

Defined in

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


ensDomain

ensDomain: string

The ENS domain to search under.

Defined in

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


isClaimed

Optional isClaimed: boolean

Optional flag to filter by claimed status.

Defined in

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


limit

Optional limit: number

Optional limit on the number of items per page.

Defined in

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


page

Optional page: number

Optional page number for pagination.

Defined in

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