Vesting · Client@tokenops/sdk/fhe-vesting

ConfidentialVestingFactoryClient

Deploy manager clones and configure the factory's default fees. Each call resolves the on-chain factory address from DEPLOYED_ADDRESSES by chain id. Role management, pause, and fee withdrawal live on the manager client; deterministic address prediction lives on ConfidentialVestingFactoryAdvancedClient (@tokenops/sdk/fhe-vesting/advanced).

Construct

Headless TS — non-React consumers (Node, Vite, server workers). React hosts use the per-hook surface; same method names, lazy encryptor.

@tokenops/sdk/fhe-vesting
ts
import { createConfidentialVestingFactoryClient } from "@tokenops/sdk/fhe-vesting";

const client = createConfidentialVestingFactoryClient({
  publicClient,
  walletClient,
  // address optional: resolved from publicClient.chain.id
});

Methods

Configure · 8

Read · 8