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