UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

8 lines (5 loc) 204 B
const post = require('../lib/dvf/post-authenticated') module.exports = async (dvf, nonce, signature) => { const endpoint = '/v1/trading/r/getUserConf' return post(dvf, endpoint, nonce, signature) }