UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

17 lines (12 loc) 301 B
'use strict' const Model = require('../model') // TODO: documentation isn't clear, check it on the wire class FundingInfo extends Model { serialize () { throw new Error('unimplemented') } static unserialize (arr) { throw new Error('unimplemented') } } module.exports = FundingInfo