Skip to content

PrivacyTransferParams

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / PrivacyTransferParams

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

Parameters for a privacy-preserving transfer

chain: string

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

Source chain


sender: string

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

Sender address (may be hidden by backend)


recipient: string

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

Recipient address or stealth address


mint: string | null

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

Token mint address (null for native token)


amount: bigint

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

Transfer amount in smallest units


decimals: number

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

Token decimals


optional viewingKey: ViewingKey

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

Viewing key for compliance (optional)


optional options: Record<string, unknown>

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

Additional backend-specific options