Skip to main content

Interface: SubnameGetAllByAddressRequest

Defines the request parameters for retrieving all subnames associated with a given address.

SubnameGetAllByAddressRequest

Hierarchy

  • IRequest

    SubnameGetAllByAddressRequest

Properties

address

address: string

The cryptocurrency address to search for associated subnames.

Defined in

lib/types/subnames/get-all-by-address.ts:78


chainId

chainId: ChainId

The blockchain network identifier.

Defined in

lib/types/subnames/get-all-by-address.ts:80


coinType

coinType: number

Coin type number for the cryptocurrency of the address.

Defined in

lib/types/subnames/get-all-by-address.ts:82


isClaimed

isClaimed: boolean

Flag indicating whether to retrieve only claimed subnames.

Defined in

lib/types/subnames/get-all-by-address.ts:84