Skip to content

PrivacyTransactionResult

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / PrivacyTransactionResult

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19618

Result of a privacy-preserving transfer

success: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19620

Whether the transaction was successful


optional signature?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19622

Transaction signature/hash


optional error?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19624

Error message if failed


backend: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19626

Backend that executed the transaction


optional encryptedData?: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19628

Encrypted transaction data (for viewing key holders)


optional proof?: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19630

Proof data (for ZK backends)


optional metadata?: Record<string, unknown>

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19632

Additional metadata