Optional
options
options?: PaginationArgs & OrderByArg<{ domain?: null | string; domain_expiration_timestamp?: any; expiration_timestamp?: any; is_primary?: null | boolean; owner_address?: null | string; registered_address?: null | string; subdomain?: null | string; subdomain_expiration_policy?: any; token_standard?: null | string; }> & WhereArg<CurrentAptosNamesBoolExp>
Arguments for retrieving the domains associated with a specific account.
Param: accountAddress
The address of the account for which to fetch domains.