Skip to content

SanctionsClearParams

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / 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.

senderAddress: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1002

Sender address (private)


recipientAddress: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1004

Recipient address (private)


senderBlinding: Uint8Array

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1006

Blinding factor for sender (private)


recipientBlinding: Uint8Array

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1008

Blinding factor for recipient (private)


sanctionsListRoot: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1010

Merkle root of known sanctions list (public)


checkTimestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1012

Timestamp of check


jurisdiction: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1014

Jurisdiction (e.g., “US”, “EU”)