UNPKG

@dolomite-exchange/dolomite-margin

Version:

Ethereum Smart Contracts and TypeScript library used for the DolomiteMargin trading protocol

7 lines (6 loc) 162 B
export declare class SubgraphAPI { private endpoint; private timeout; constructor(endpoint?: string, timeout?: number); foo(): Promise<string>; }