UNPKG

dvf-client-js

Version:

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

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 }