UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

9 lines (7 loc) 216 B
const validateAssertions = require('../lib/validators/validateAssertions') module.exports = (dvf, token, nonce, signature) => dvf.postAuthenticated( '/v1/trading/r/getVaultId', nonce, signature, { token } )