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

Function useBlockedProfiles

  • useBlockedProfiles(args?): PaginatedReadResult<Profile[]>
  • Fetch profiles that the authenticated profile has blocked.

    You MUST be authenticated via useLogin to use this hook.

    Parameters

    • args: {
          limit?: InputMaybe<LimitType>;
      } = {}
      • Optional limit?: InputMaybe<LimitType>

    Returns PaginatedReadResult<Profile[]>

    Example

    const { data, loading, error } = useBlockedProfiles();
    
    • Defined in packages/react/src/profile/useBlockedProfiles.ts:27

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