PrivacyTransferParams
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / PrivacyTransferParams
Interface: PrivacyTransferParams
Section titled “Interface: PrivacyTransferParams”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19597
Parameters for a privacy-preserving transfer
Properties
Section titled “Properties”chain:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19599
Source chain
sender
Section titled “sender”sender:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19601
Sender address (may be hidden by backend)
recipient
Section titled “recipient”recipient:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19603
Recipient address or stealth address
mint:
string|null
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19605
Token mint address (null for native token)
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19607
Transfer amount in smallest units
decimals
Section titled “decimals”decimals:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19609
Token decimals
viewingKey?
Section titled “viewingKey?”
optionalviewingKey?:ViewingKey
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19611
Viewing key for compliance (optional)
options?
Section titled “options?”
optionaloptions?:Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19613
Additional backend-specific options