sfccxt
Version:
A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges
17 lines (12 loc) • 420 B
JavaScript
// ---------------------------------------------------------------------------
const fmfwio = require ('./fmfwio.js');
// ---------------------------------------------------------------------------
module.exports = class bitcoincom extends fmfwio {
describe () {
return this.deepExtend (super.describe (), {
'id': 'bitcoincom',
'alias': true,
});
}
};
;