PrivacyBackendCapabilities
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / PrivacyBackendCapabilities
Interface: PrivacyBackendCapabilities
Section titled “Interface: PrivacyBackendCapabilities”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19570
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-GLbkPPho.d.ts:19572
Whether transaction amounts are hidden
hiddenSender
Section titled “hiddenSender”hiddenSender:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19574
Whether sender address is hidden
hiddenRecipient
Section titled “hiddenRecipient”hiddenRecipient:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19576
Whether recipient address is hidden
hiddenCompute
Section titled “hiddenCompute”hiddenCompute:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19578
Whether smart contract computation is private
complianceSupport
Section titled “complianceSupport”complianceSupport:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19580
Whether viewing keys are supported for compliance
anonymitySet?
Section titled “anonymitySet?”
optionalanonymitySet?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19582
Size of anonymity set (for pool-based mixers)
setupRequired
Section titled “setupRequired”setupRequired:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19584
Whether setup is required before use (FHE, MPC coordination)
latencyEstimate
Section titled “latencyEstimate”latencyEstimate:
LatencyEstimate
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19586
Estimated latency for operations
supportedTokens
Section titled “supportedTokens”supportedTokens:
"native"|"spl"|"all"
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19588
Supported token types
minAmount?
Section titled “minAmount?”
optionalminAmount?:bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19590
Minimum transfer amount (if any)
maxAmount?
Section titled “maxAmount?”
optionalmaxAmount?:bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19592
Maximum transfer amount (if any)