• Preparing search index...
  • The search index is not available
Lens SDK Reference
  • Lens SDK Reference
  • @lens-protocol/react-native
  • Core
  • useInvitedProfiles

Function useInvitedProfiles

  • useInvitedProfiles(): ReadResult<InvitedResult[]>
  • Fetch all invited profiles.

    You MUST be authenticated via useLogin to use this hook.

    Returns ReadResult<InvitedResult[]>

    Example

    const { data, error, loading } = useInvitedProfiles();
    
    • Defined in packages/react/src/misc/useInvitedProfiles.ts:25

Settings

Member Visibility

Theme

Lens SDK Reference
  • @lens-protocol/react-web - v2.3.2
  • @lens-protocol/react-native - v2.3.2
  • @lens-protocol/client - v2.3.2