PrivacyTransferParams
SIP Protocol API Reference v0.12.0
SIP Protocol API Reference / PrivacyTransferParams
Interface: PrivacyTransferParams
Section titled “Interface: PrivacyTransferParams”Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19561
Parameters for a privacy-preserving transfer
Properties
Section titled “Properties”chain:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19563
Source chain
sender
Section titled “sender”sender:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19565
Sender address (may be hidden by backend)
recipient
Section titled “recipient”recipient:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19567
Recipient address or stealth address
mint:
string|null
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19569
Token mint address (null for native token)
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19571
Transfer amount in smallest units
decimals
Section titled “decimals”decimals:
number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19573
Token decimals
viewingKey?
Section titled “viewingKey?”
optionalviewingKey?:ViewingKey
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19575
Viewing key for compliance (optional)
options?
Section titled “options?”
optionaloptions?:Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19577
Additional backend-specific options