Invite one or many wallet addresses to join Lens Protocol.
You MUST be authenticated via useLogin to use this hook.
const { called, loading, data, error, execute: invite } = useInviteWallets();invite({ wallets: ['0x1234567890123456789012345678901234567890'],}) Copy
const { called, loading, data, error, execute: invite } = useInviteWallets();invite({ wallets: ['0x1234567890123456789012345678901234567890'],})
Invite one or many wallet addresses to join Lens Protocol.
You MUST be authenticated via useLogin to use this hook.