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

Interface Output

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

Source from the content-addressed store, hash-verified

7 */
8
9export interface Output {
10 address: string;
11 usdValue: number;
12 value: number;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected