Skip to content

SuiStealthResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SuiStealthResult

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

Result of Sui stealth address generation

stealthAddress: string

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

Sui address in 0x-prefixed 64-character hex format


stealthPublicKey: `0x${string}`

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

Raw 32-byte ed25519 stealth public key (hex)


ephemeralPublicKey: `0x${string}`

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

Ephemeral public key for recipient scanning (hex)


viewTag: number

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

View tag for efficient scanning (0-255)


sharedSecret: `0x${string}`

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

Shared secret hash (for verification)