UNPKG

crypto-client

Version:

An unified client for all cryptocurrency exchanges.

7 lines (6 loc) 111 B
export interface WithdrawalFee { symbol: string; platform: string; fee: number; min: number; }