StealthMetaAddress
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / StealthMetaAddress
Interface: StealthMetaAddress
Section titled “Interface: 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)
Properties
Section titled “Properties”spendingKey
Section titled “spendingKey”spendingKey:
`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:103
Spending public key (P) - used to derive stealth addresses
viewingKey
Section titled “viewingKey”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
label?
Section titled “label?”
optionallabel:string
Defined in: @sip-protocol/types/dist/index.d.ts:109
Human-readable label (optional)