analyzeAddressReuse()
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / analyzeAddressReuse
Function: analyzeAddressReuse()
Section titled “Function: analyzeAddressReuse()”analyzeAddressReuse(
transactions,walletAddress):AddressReuseResult
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22057
Analyze address reuse patterns in transaction history
Parameters
Section titled “Parameters”transactions
Section titled “transactions”Transaction history to analyze
walletAddress
Section titled “walletAddress”string
The wallet being analyzed
Returns
Section titled “Returns”Address reuse analysis result
Example
Section titled “Example”const result = analyzeAddressReuse(transactions, 'abc123...')console.log(result.totalReuseCount) // 12console.log(result.scoreDeduction) // 24 (capped at 25)