UNPKG

acx-io

Version:

Typescript wrapper for ACX Exchange

12 lines (11 loc) 213 B
export interface Deposit { id: number; currency: string; amount: string; fee: string; txid: string; created_at: string; confirmations: string; done_at: string; state: string; }