PrivacyLevel
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / PrivacyLevel
Enumeration: PrivacyLevel
Section titled “Enumeration: PrivacyLevel”Defined in: @sip-protocol/types/dist/index.d.ts:8
Privacy level for SIP transactions
- transparent: Standard intent with no privacy (equivalent to current NEAR Intents)
- shielded: Full privacy via Zcash shielded pool
- compliant: Shielded mode with viewing key for selective disclosure
Enumeration Members
Section titled “Enumeration Members”TRANSPARENT
Section titled “TRANSPARENT”TRANSPARENT:
"transparent"
Defined in: @sip-protocol/types/dist/index.d.ts:10
Standard public transaction - no privacy guarantees
SHIELDED
Section titled “SHIELDED”SHIELDED:
"shielded"
Defined in: @sip-protocol/types/dist/index.d.ts:12
Full privacy via Zcash shielded pool
COMPLIANT
Section titled “COMPLIANT”COMPLIANT:
"compliant"
Defined in: @sip-protocol/types/dist/index.d.ts:14
Privacy with viewing key for compliance/audit