~~Function: checkSecp256k1StealthAddressV1()~~
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / checkSecp256k1StealthAddressV1
Function: checkSecp256k1StealthAddressV1()
Section titled “Function: checkSecp256k1StealthAddressV1()”checkSecp256k1StealthAddressV1(
stealthAddress,spendingPrivateKey,viewingPrivateKey):boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:4094
Parameters
Section titled “Parameters”stealthAddress
Section titled “stealthAddress”spendingPrivateKey
Section titled “spendingPrivateKey”`0x${string}`
viewingPrivateKey
Section titled “viewingPrivateKey”`0x${string}`
Returns
Section titled “Returns”boolean
Deprecated
Section titled “Deprecated”Legacy SIP:1 full-wallet check — requires BOTH private keys.
For detecting/claiming pre-flip (SIP:1) announcements only (legacy swapped
scheme: S = k_spend * R, address built on the viewing key). New code should
use the view-only checkSecp256k1StealthAddress.