UNPKG

@bella-defintech/uniswap-v3-simulator

Version:

the 'Tuner', a Uniswap V3 Simulator

9 lines (8 loc) 275 B
export declare class Roadmap { readonly id: string; readonly description: string; readonly snapshots: number[]; readonly timestamp: Date; constructor(description: string, snapshots: number[]); } export declare function toString(roadmap: Roadmap): string;