createSurveillanceAnalyzer()
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / createSurveillanceAnalyzer
Function: createSurveillanceAnalyzer()
Section titled “Function: createSurveillanceAnalyzer()”createSurveillanceAnalyzer(
config):SurveillanceAnalyzer
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22368
Create a new SurveillanceAnalyzer instance
Parameters
Section titled “Parameters”config
Section titled “config”Analyzer configuration
Returns
Section titled “Returns”SurveillanceAnalyzer instance
Example
Section titled “Example”const analyzer = createSurveillanceAnalyzer({ heliusApiKey: 'your-api-key',})
const result = await analyzer.analyze('wallet-address')