~~Function: checkEd25519StealthAddressV1()~~
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / checkEd25519StealthAddressV1
Function: checkEd25519StealthAddressV1()
Section titled “Function: checkEd25519StealthAddressV1()”checkEd25519StealthAddressV1(
stealthAddress,spendingPrivateKey,viewingPrivateKey):boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:4069
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 = s_spend * R, address built on the viewing key). New code should
use the view-only checkEd25519StealthAddress.