JS Kit SDK API Reference / Domain / GetDomainOwnerParams
Interface: GetDomainOwnerParams
Defined in: domain/getDomainOwner.ts:19
Parameters for retrieving a domain owner.
Example
const params: GetDomainOwnerParams = { rpc, domain: "example.sns" };
Properties
domain
domain:
string
Defined in: domain/getDomainOwner.ts:23
Full domain name.
rpc
rpc:
Rpc<GetAccountInfoApi&GetTokenLargestAccountsApi&GetSlotApi>
Defined in: domain/getDomainOwner.ts:21
RPC client.