UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

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