UNPKG

@rhino.fi/client-js

Version:
10 lines (8 loc) 229 B
const validateAssertions = require('../lib/validators/validateAssertions') module.exports = (dvf, token, nonce, signature) => dvf.postAuthenticated( '/v1/trading/r/getVaultId', nonce, signature, { token }, )