DeriveStealthSignerParams
SIP Protocol API Reference v0.12.0
SIP Protocol API Reference / DeriveStealthSignerParams
Interface: DeriveStealthSignerParams
Section titled “Interface: DeriveStealthSignerParams”Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17603
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-rqQpCeVM.d.ts:17605
Stealth address (base58)
ephemeralPublicKey
Section titled “ephemeralPublicKey”ephemeralPublicKey:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17607
Ephemeral public key from the payment (base58)
viewingPrivateKey
Section titled “viewingPrivateKey”viewingPrivateKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17609
Recipient’s viewing private key (hex)
spendingPrivateKey
Section titled “spendingPrivateKey”spendingPrivateKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17611
Recipient’s spending private key (hex)
version?
Section titled “version?”
optionalversion?:"1"|"2"
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17613
Announcement scheme version: ‘2’ canonical (default) | ‘1’ legacy