Skip to main content

Interface: IsSubnameAvailableRequest

Defines the request structure for checking the availability of a subname.

IsSubnameAvailableRequest

Hierarchy

Properties

chainId

chainId: ChainId

The blockchain network identifier where the subname exists. This helps in ensuring that the check is performed within the context of the correct blockchain network.

Defined in

lib/types/subnames/available.ts:16


subname

subname: string

The subname to check for availability.

Defined in

lib/types/subnames/available.ts:15