Skip to main content

Interface: SubnameRevokeRequest

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

SubnameRevokeRequest

Hierarchy

Properties

chainId

chainId: number

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

Defined in

lib/types/subnames/revoke.ts:20


ensDomain

ensDomain: string

The parent ENS domain under which the subname is registered.

Defined in

lib/types/subnames/revoke.ts:16


username

username: string

The subname to be revoked.

Defined in

lib/types/subnames/revoke.ts:18