UNPKG

spacylabs-rhino

Version:
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 }