UNPKG

spacylabs-rhino

Version:
9 lines (6 loc) 218 B
const { computeBuySellData } = require('@rhino.fi/dvf-utils') const DVFError = require('./DVFError') module.exports = (dvf, order) => computeBuySellData({ DVFError, getTokenInfo: dvf.token.getTokenInfo })(order)