UNPKG

crypto-client

Version:

An unified client for all cryptocurrency exchanges.

7 lines (6 loc) 132 B
export interface Currency { symbol: string; active: boolean; depositEnabled: boolean; withdrawalEnabled: boolean; }