PrivacyBackendCapabilities
SIP Protocol API Reference v0.12.0
SIP Protocol API Reference / PrivacyBackendCapabilities
Interface: PrivacyBackendCapabilities
Section titled “Interface: PrivacyBackendCapabilities”Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19534
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-rqQpCeVM.d.ts:19536
Whether transaction amounts are hidden
hiddenSender
Section titled “hiddenSender”hiddenSender:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19538
Whether sender address is hidden
hiddenRecipient
Section titled “hiddenRecipient”hiddenRecipient:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19540
Whether recipient address is hidden
hiddenCompute
Section titled “hiddenCompute”hiddenCompute:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19542
Whether smart contract computation is private
complianceSupport
Section titled “complianceSupport”complianceSupport:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19544
Whether viewing keys are supported for compliance
anonymitySet?
Section titled “anonymitySet?”
optionalanonymitySet?:number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19546
Size of anonymity set (for pool-based mixers)
setupRequired
Section titled “setupRequired”setupRequired:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19548
Whether setup is required before use (FHE, MPC coordination)
latencyEstimate
Section titled “latencyEstimate”latencyEstimate:
LatencyEstimate
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19550
Estimated latency for operations
supportedTokens
Section titled “supportedTokens”supportedTokens:
"native"|"spl"|"all"
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19552
Supported token types
minAmount?
Section titled “minAmount?”
optionalminAmount?:bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19554
Minimum transfer amount (if any)
maxAmount?
Section titled “maxAmount?”
optionalmaxAmount?:bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19556
Maximum transfer amount (if any)