SanctionsClearParams
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SanctionsClearParams
Interface: SanctionsClearParams
Section titled “Interface: SanctionsClearParams”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1000
Parameters for sanctions clearance proof
Proves that sender and recipient are not on a sanctions list without revealing their actual addresses.
Properties
Section titled “Properties”senderAddress
Section titled “senderAddress”senderAddress:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1002
Sender address (private)
recipientAddress
Section titled “recipientAddress”recipientAddress:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1004
Recipient address (private)
senderBlinding
Section titled “senderBlinding”senderBlinding:
Uint8Array
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1006
Blinding factor for sender (private)
recipientBlinding
Section titled “recipientBlinding”recipientBlinding:
Uint8Array
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1008
Blinding factor for recipient (private)
sanctionsListRoot
Section titled “sanctionsListRoot”sanctionsListRoot:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1010
Merkle root of known sanctions list (public)
checkTimestamp
Section titled “checkTimestamp”checkTimestamp:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1012
Timestamp of check
jurisdiction
Section titled “jurisdiction”jurisdiction:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1014
Jurisdiction (e.g., “US”, “EU”)