UNPKG

acx-io

Version:

Typescript wrapper for ACX Exchange

13 lines (12 loc) 193 B
export interface KPending { k: number[][]; trades: Trade[]; } interface Trade { tid: number; type: string; date: number; price: string; amount: string; } export {};