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

Function useOwnedHandles

  • useOwnedHandles(args): PaginatedReadResult<HandleInfo[]>
  • useOwnedHandles is a paginated hook that lets you fetch handles owned by a wallet.

    Parameters

    • args: {
          for: string;
          limit?: InputMaybe<LimitType>;
      }
      • for: string

        The Ethereum address for which to retrieve owned handles

      • Optional limit?: InputMaybe<LimitType>

    Returns PaginatedReadResult<HandleInfo[]>

    Example

    const { data, loading, error } = useOwnedHandles({
    for: '0x1234567890123456789012345678901234567890',
    });
    • Defined in packages/react/src/wallet/useOwnedHandles.ts:28

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