Skip to content

DeriveStealthSignerParams

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / DeriveStealthSignerParams

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17631

Parameters needed to derive a stealth address’s signer.

stealthAddress: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17633

Stealth address (base58)


ephemeralPublicKey: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17635

Ephemeral public key from the payment (base58)


viewingPrivateKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17637

Recipient’s viewing private key (hex)


spendingPrivateKey: `0x${string}`

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17639

Recipient’s spending private key (hex)


optional version?: "1" | "2"

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:17641

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