UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

8 lines (5 loc) 207 B
module.exports = async (dvf, nonce, signature) => { const exchangeUserConf = await dvf.getUserConfigFromServer(nonce, signature) Object.assign(dvf.config, exchangeUserConf) return exchangeUserConf }