Skip to content

AptosStealthResult

SIP Protocol API Reference v0.7.2


SIP Protocol API Reference / AptosStealthResult

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2500

Result of Aptos stealth address generation

stealthAddress: string

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2502

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


stealthPublicKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2504

Raw 32-byte ed25519 stealth public key (hex)


ephemeralPublicKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2506

Ephemeral public key for recipient scanning (hex)


viewTag: number

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2508

View tag for efficient scanning (0-255)


sharedSecret: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2510

Shared secret hash (for verification)