UNPKG

@proton/ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges

27 lines (26 loc) 686 B
import binance from './binance.js'; export default class binancecoinm extends binance { describe(): any; transferIn(code: string, amount: any, params?: {}): Promise<{ info: any; id: string; timestamp: number; datetime: string; currency: any; amount: number; fromAccount: any; toAccount: any; status: string; }>; transferOut(code: string, amount: any, params?: {}): Promise<{ info: any; id: string; timestamp: number; datetime: string; currency: any; amount: number; fromAccount: any; toAccount: any; status: string; }>; }