Skip to main content

Interface: SubnameRejectRequest

Defines the request structure for rejecting a subname under a specific ENS domain.

SubnameRejectRequest

Hierarchy

Properties

chainId

chainId: number

The blockchain network identifier, specifying the network of the ENS domain.

Defined in

lib/types/subnames/reject.ts:19


ensDomain

ensDomain: string

The parent ENS domain under which the subname is registered.

Defined in

lib/types/subnames/reject.ts:15


username

username: string

The subname to be rejected.

Defined in

lib/types/subnames/reject.ts:17