AptosStealthResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / AptosStealthResult
Interface: AptosStealthResult
Section titled “Interface: AptosStealthResult”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5451
Result of Aptos stealth address generation
Properties
Section titled “Properties”stealthAddress
Section titled “stealthAddress”stealthAddress:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5453
Aptos address in 0x-prefixed 64-character hex format
stealthPublicKey
Section titled “stealthPublicKey”stealthPublicKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5455
Raw 32-byte ed25519 stealth public key (hex)
ephemeralPublicKey
Section titled “ephemeralPublicKey”ephemeralPublicKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5457
Ephemeral public key for recipient scanning (hex)
viewTag
Section titled “viewTag”viewTag:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5459
View tag for efficient scanning (0-255)
sharedSecret
Section titled “sharedSecret”sharedSecret:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:5461
Shared secret hash (for verification)