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