MCPcopy Create free account
hub / github.com/Modulus-Labs/RockyBot / RockyGraphData

Interface RockyGraphData

front-end/src/sample_data.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface RockyGraphData {
9 timestamp: Date,
10 WETH: number,
11 USDC: number,
12 netWorthUSDC: number,
13 displayTimestamp: string,
14}
15
16export const dummyActionText: ActionContributionListData[] = [
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected