Skip to main content

Interface: SubnameGetAllByAddressRoute

Configures the route for retrieving all subnames associated with a given address.

SubnameGetAllByAddressRoute

Hierarchy

  • IRoute

    SubnameGetAllByAddressRoute

Properties

headers

headers: Object

The headers required for the request. The type is intentionally kept generic to accommodate various header requirements.

Overrides

IRoute.headers

Defined in

lib/types/subnames/get-all-by-address.ts:130


request

request: SubnameGetAllByAddressRequest

The request data structure.

Overrides

IRoute.request

Defined in

lib/types/subnames/get-all-by-address.ts:128


response

response: SubnameGetAllByAddressResponse[]

An array of responses, each containing details of a subname associated with the address.

Overrides

IRoute.response

Defined in

lib/types/subnames/get-all-by-address.ts:129