Skip to main content

Interface: SubnameAddRoute

Configures the route for the subname addition operation, including the request structure, the expected response, and the required headers. This route combines ApiKeyHeaders for API key authentication and SIWEHeaders for Sign-In with Ethereum verification.

SubnameAddRoute

Hierarchy

Properties

headers

headers: ApiKeyHeaders & SIWEHeaders

The combined set of headers required for authentication and verification.

Overrides

IRoute.headers

Defined in

lib/types/subnames/add.ts:87


request

request: SubnameAddRequest

The required structure for the subname addition request.

Overrides

IRoute.request

Defined in

lib/types/subnames/add.ts:85


response

response: SubnameAddResponse

The expected response upon successful operation.

Overrides

IRoute.response

Defined in

lib/types/subnames/add.ts:86