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

Function useProfileActionHistory

  • useProfileActionHistory(args?): PaginatedReadResult<ProfileActionHistory[]>
  • useProfileActionHistory is a paginated hook that lets you fetch profile action history.

    You MUST be authenticated via useLogin to use this hook.

    Parameters

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

    Returns PaginatedReadResult<ProfileActionHistory[]>

    Example

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

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