Skip to content

PrivacyBackendCapabilities

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / PrivacyBackendCapabilities

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19534

Backend capabilities describing what privacy features are supported

hiddenAmount: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19536

Whether transaction amounts are hidden


hiddenSender: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19538

Whether sender address is hidden


hiddenRecipient: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19540

Whether recipient address is hidden


hiddenCompute: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19542

Whether smart contract computation is private


complianceSupport: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19544

Whether viewing keys are supported for compliance


optional anonymitySet?: number

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19546

Size of anonymity set (for pool-based mixers)


setupRequired: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19548

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


latencyEstimate: LatencyEstimate

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19550

Estimated latency for operations


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

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19552

Supported token types


optional minAmount?: bigint

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19554

Minimum transfer amount (if any)


optional maxAmount?: bigint

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19556

Maximum transfer amount (if any)