PrivacyBackendCapabilities
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / PrivacyBackendCapabilities
Interface: PrivacyBackendCapabilities
Section titled “Interface: PrivacyBackendCapabilities”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19234
Backend capabilities describing what privacy features are supported
Properties
Section titled “Properties”hiddenAmount
Section titled “hiddenAmount”hiddenAmount:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19236
Whether transaction amounts are hidden
hiddenSender
Section titled “hiddenSender”hiddenSender:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19238
Whether sender address is hidden
hiddenRecipient
Section titled “hiddenRecipient”hiddenRecipient:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19240
Whether recipient address is hidden
hiddenCompute
Section titled “hiddenCompute”hiddenCompute:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19242
Whether smart contract computation is private
complianceSupport
Section titled “complianceSupport”complianceSupport:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19244
Whether viewing keys are supported for compliance
anonymitySet?
Section titled “anonymitySet?”
optionalanonymitySet:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19246
Size of anonymity set (for pool-based mixers)
setupRequired
Section titled “setupRequired”setupRequired:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19248
Whether setup is required before use (FHE, MPC coordination)
latencyEstimate
Section titled “latencyEstimate”latencyEstimate:
LatencyEstimate
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19250
Estimated latency for operations
supportedTokens
Section titled “supportedTokens”supportedTokens:
"native"|"spl"|"all"
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19252
Supported token types
minAmount?
Section titled “minAmount?”
optionalminAmount:bigint
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19254
Minimum transfer amount (if any)
maxAmount?
Section titled “maxAmount?”
optionalmaxAmount:bigint
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19256
Maximum transfer amount (if any)