Skip to main content

Interface: SubnameGetAllByDomainChainIdRoute

Configures the route for retrieving all subnames associated with a given domain and chain ID, detailing the request and response structure and specifying any required headers.

SubnameGetAllByDomainChainIdRoute

Hierarchy

  • IRoute

    SubnameGetAllByDomainChainIdRoute

Properties

headers

headers: Object

The headers required for the request, left intentionally unspecified to accommodate various requirements.

Overrides

IRoute.headers

Defined in

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


request

request: SubnameGetAllByDomainChainIdRequest

The request data structure.

Overrides

IRoute.request

Defined in

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


response

response: SubnameGetAllByDomainChainIdResponse

The expected response structure.

Overrides

IRoute.response

Defined in

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