UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

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)