MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / AddressAnalysis

Interface AddressAnalysis

src/api/model/addressAnalysis.ts:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import type { Exposure } from './exposure';
9
10export interface AddressAnalysis {
11 address: string;
12 blockchain: string;
13 incomingDirectExposure: Exposure;
14 incomingIndirectExposure: Exposure;
15 labels: string[];
16 outgoingDirectExposure: Exposure;
17 outgoingIndirectExposure: Exposure;
18 risk: number;
19 timestampScanned: string;
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected