getUserAppIds
Retrieves the App IDs associated with a specific user.
Usage
const user = '0x...';
const appIds = await mail.getUserAppIds(user);
Returns
Promise<AppId[]>
A promise that resolves to an array of App IDs associated with the specified user.
Parameters
user
- Type
Address
The user's address for which the App IDs are being fetched.