createSurveillanceAnalyzer()
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / createSurveillanceAnalyzer
Function: createSurveillanceAnalyzer()
Section titled “Function: createSurveillanceAnalyzer()”createSurveillanceAnalyzer(
config):SurveillanceAnalyzer
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:22032
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')