Skip to content

PrivacyTransactionResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / PrivacyTransactionResult

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

Result of a privacy-preserving transfer

success: boolean

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

Whether the transaction was successful


optional signature: string

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

Transaction signature/hash


optional error: string

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

Error message if failed


backend: string

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

Backend that executed the transaction


optional encryptedData: `0x${string}`

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

Encrypted transaction data (for viewing key holders)


optional proof: `0x${string}`

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

Proof data (for ZK backends)


optional metadata: Record<string, unknown>

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

Additional metadata