Skip to main content

Interface: SubnameGetBySubnameRequest

Specifies the request format for retrieving a subname's details, including the subname and blockchain chain ID.

SubnameGetBySubnameRequest

Hierarchy

Properties

chainId

chainId: ChainId

The blockchain network identifier.

Defined in

lib/types/subnames/get-by-subname.ts:79


subname

subname: string

The full subname to lookup.

Defined in

lib/types/subnames/get-by-subname.ts:77