Vesting · Client@tokenops/sdk/fhe-vesting

ConfidentialVestingManagerClient

Mounts against a single manager clone address. Aria opens vestings here; Mira claims here; auditors get ACL grants here. Encrypted values are client-encrypted before each write.

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 { createConfidentialVestingManagerClient } from "@tokenops/sdk/fhe-vesting";

const client = createConfidentialVestingManagerClient({
  publicClient,
  walletClient,
  address, // required: manager clone address
});

Methods

Write · 9

Encrypted read · 9

Read · 20

Recovery · 7