Skip to content

PrivacyBackendCapabilities

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / PrivacyBackendCapabilities

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19234

Backend capabilities describing what privacy features are supported

hiddenAmount: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19236

Whether transaction amounts are hidden


hiddenSender: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19238

Whether sender address is hidden


hiddenRecipient: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19240

Whether recipient address is hidden


hiddenCompute: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19242

Whether smart contract computation is private


complianceSupport: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19244

Whether viewing keys are supported for compliance


optional anonymitySet: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19246

Size of anonymity set (for pool-based mixers)


setupRequired: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19248

Whether setup is required before use (FHE, MPC coordination)


latencyEstimate: LatencyEstimate

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19250

Estimated latency for operations


supportedTokens: "native" | "spl" | "all"

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19252

Supported token types


optional minAmount: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19254

Minimum transfer amount (if any)


optional maxAmount: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19256

Maximum transfer amount (if any)