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

Interface Address

src/api/model/address.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 */
8
9export interface Address {
10 hash: string;
11 paths?: string[][];
12 quantity: number;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected