This was modeled after getENSNames, and is an async function that will be used on the keyserver for notifs.
In the React context, we'll use a different utility that will be introduced in the next diff that allows the FC names to stream in, rather than blocking on every single one of them being fetched.
Depends on D11876