The LensClient is the main entry point for the LensClient SDK.

It provides access to all the different modules.

Example

import { LensClient, development } from '@lens-protocol/client';

const client = new LensClient({
environment: development
});

Hierarchy (view full)

Accessors

Constructors

Properties

The configuration for the LensClient