Airdrop · Clients
Vanilla TS clients for the airdrop product.
When you can't reach for a React hook, Node services running campaign automation, server-side admin signers, indexers, these two clients expose the same surface. The React hooks under @tokenops/sdk/fhe-airdrop/react are thin wrappers over these.
ConfidentialAirdropFactoryClient
Deploy per-campaign airdrop clones, fund the pool, configure default + custom fees. Used during setup and funding.
OpenConfidentialAirdropClient
Per-clone client: recipients claim with the admin-issued payload; admin pauses, extends the window, withdraws unclaimed, manages roles. Funding is factory-side and claim signing is the standalone signClaimAuthorization helper.
Open