Skip to main content

JS Kit SDK API Reference / Domain / GetSubdomainsResult

Interface: GetSubdomainsResult

Defined in: domain/getSubdomains.ts:48

A subdomain and the owner recorded in its name registry.

Example

const subdomain: GetSubdomainsResult = {
subdomain: "blog",
owner: "Fxuoy3gFjfJALhwkRcuKjRdechcgffUApeYAfMWck6w8" as Address,
};

Properties

owner

owner: Address

Defined in: domain/getSubdomains.ts:52

Owner address stored in the subdomain's name registry account.


subdomain

subdomain: string

Defined in: domain/getSubdomains.ts:50

TLD-less label recorded by the subdomain's reverse lookup account.