Skip to main content

Interface: SubnameGetBySubnameRoute

Outlines the API route configuration for retrieving details about a specific subname based on its name and chain ID. This includes the request structure, the expected response format, and any necessary headers for the operation.

SubnameGetBySubnameRoute

Hierarchy

  • IRoute

    SubnameGetBySubnameRoute

Properties

headers

headers: Object

Specifies any headers required for the request. The type is intentionally kept generic to allow for flexibility.

Overrides

IRoute.headers

Defined in

lib/types/subnames/get-by-subname.ts:126


request

request: SubnameGetBySubnameRequest

The structure of the request for retrieving a subname.

Overrides

IRoute.request

Defined in

lib/types/subnames/get-by-subname.ts:124


response

response: SubnameGetBySubnameResponse

The format of the response containing the subname details.

Overrides

IRoute.response

Defined in

lib/types/subnames/get-by-subname.ts:125