UNPKG

acx-io

Version:

Typescript wrapper for ACX Exchange

10 lines (9 loc) 179 B
export interface Withdraw { id: number; currency: string; fee: string; created_at: string; done_at: string; state: string; transaction_hash: string; }