Interface ResolveNameServiceNamesParams
interface ResolveNameServiceNamesParams {     address: string;     cursor?: null | string;     limit?: null | number; }  Properties
address
address: string
Optionalcursor
cursor?: null | string
Optionallimit
limit?: null | number
Return the resolved names given address, if multiple names are resolved, the first one is the primary name.