Skip to content

StealthMetaAddress

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / StealthMetaAddress

Defined in: @sip-protocol/types/dist/index.d.ts:101

Stealth meta-address published by recipient Contains two public keys: spending key (P) and viewing key (Q)

spendingKey: `0x${string}`

Defined in: @sip-protocol/types/dist/index.d.ts:103

Spending public key (P) - used to derive stealth addresses


viewingKey: `0x${string}`

Defined in: @sip-protocol/types/dist/index.d.ts:105

Viewing public key (Q) - used to derive stealth addresses


chain: ChainId

Defined in: @sip-protocol/types/dist/index.d.ts:107

Chain identifier


optional label: string

Defined in: @sip-protocol/types/dist/index.d.ts:109

Human-readable label (optional)