Skip to content

checkEd25519StealthAddress()

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / checkEd25519StealthAddress

checkEd25519StealthAddress(stealthAddress, spendingPrivateKey, viewingPrivateKey): boolean

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:1539

Check if an ed25519 stealth address was intended for this recipient Uses view tag for efficient filtering before full computation

StealthAddress

Stealth address to check

`0x${string}`

Recipient’s spending private key

`0x${string}`

Recipient’s viewing private key

boolean

true if this address belongs to the recipient

If any input is invalid