Skip to content

promises/index.ts

Promise-based TypeScript SDK for privacy-preserving transfers using Union’s ZK proof system.

Added in v0.4.0

Promise-based TypeScript SDK for privacy-preserving transfers using Union’s ZK proof system.

Signature

export * as Attestor from "./Attestor.js"

Added in v0.4.0

This module provides a promise-based EVM-backed public client.

Signature

export * as EvmPublicClient from "./EvmPublicClient.js"

Added in v0.4.0

This module provides a promise-based EVM-backed wallet client.

Signature

export * as EvmWalletClient from "./EvmWalletClient.js"

Added in v0.4.0

This module provides promise-based core functionality.

Signature

export * as Payment from "./Payment.js"

Added in v0.4.0

This module provides the promise-based Prover service.

Signature

export * as Prover from "./Prover.js"

Added in v0.4.0

This module provides the agnostic promise-based public client.

Signature

export * as PublicClient from "./PublicClient.js"

Added in v0.4.0

This module provides the agnostic promise-based wallet client.

Signature

export * as WalletClient from "./WalletClient.js"

Added in v0.4.0