JS Kit SDK API Reference / Address / GetPrimaryDomainParams
Interface: GetPrimaryDomainParams
Defined in: address/getPrimaryDomain.ts:25
Parameters for retrieving a wallet's primary domain.
Example
const params: GetPrimaryDomainParams = { rpc, walletAddress };
Properties
rpc
rpc:
Rpc<GetAccountInfoApi&GetTokenLargestAccountsApi>
Defined in: address/getPrimaryDomain.ts:27
RPC client.
walletAddress
walletAddress:
Address
Defined in: address/getPrimaryDomain.ts:29
Wallet address.