DeriveStealthSignerParams
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / DeriveStealthSignerParams
Interface: DeriveStealthSignerParams
Section titled “Interface: DeriveStealthSignerParams”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17631
Parameters needed to derive a stealth address’s signer.
Properties
Section titled “Properties”stealthAddress
Section titled “stealthAddress”stealthAddress:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17633
Stealth address (base58)
ephemeralPublicKey
Section titled “ephemeralPublicKey”ephemeralPublicKey:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17635
Ephemeral public key from the payment (base58)
viewingPrivateKey
Section titled “viewingPrivateKey”viewingPrivateKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17637
Recipient’s viewing private key (hex)
spendingPrivateKey
Section titled “spendingPrivateKey”spendingPrivateKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17639
Recipient’s spending private key (hex)
version?
Section titled “version?”
optionalversion?:"1"|"2"
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17641
Announcement scheme version: ‘2’ canonical (default) | ‘1’ legacy