Skip to main content

Interface: IsSubnameAvailableRoute

Configures the route for checking the availability of a subname on a specific blockchain network. This interface extends IRoute, linking together the request and response structures specifically designed for the subname availability check.

IsSubnameAvailableRoute

Hierarchy

  • IRoute

    IsSubnameAvailableRoute

Properties

headers

headers: Object

The headers required for the request, deliberately unspecified to allow for flexibility in requirements.

Overrides

IRoute.headers

Defined in

lib/types/subnames/available.ts:50


request

request: IsSubnameAvailableRequest

The request structure for the subname availability check.

Overrides

IRoute.request

Defined in

lib/types/subnames/available.ts:48


response

response: IsSubnameAvailableResponse

The response indicating the availability of the subname.

Overrides

IRoute.response

Defined in

lib/types/subnames/available.ts:49