Skip to main content

Interface: SubnameGetByDomainNameChainIdRequest

Specifies the request parameters for retrieving detailed information about a subname based on its domain name, username, and blockchain chain ID.

SubnameGetByDomainNameChainIdRequest

Hierarchy

  • IRequest

    SubnameGetByDomainNameChainIdRequest

Properties

chainId

chainId: ChainId

The blockchain network identifier where the domain and subname exist.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:84


ensDomain

ensDomain: string

The ENS domain within which the subname is registered.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:80


username

username: string

The specific username associated with the subname.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:82