Skip to content

DeriveStealthSignerParams

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / DeriveStealthSignerParams

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17603

Parameters needed to derive a stealth address’s signer.

stealthAddress: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17605

Stealth address (base58)


ephemeralPublicKey: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17607

Ephemeral public key from the payment (base58)


viewingPrivateKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17609

Recipient’s viewing private key (hex)


spendingPrivateKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17611

Recipient’s spending private key (hex)


optional version?: "1" | "2"

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:17613

Announcement scheme version: ‘2’ canonical (default) | ‘1’ legacy