UNPKG

@rhino.fi/client-js

Version:
11 lines (8 loc) 219 B
const getGeneric = require('../lib/dvf/get-generic') /** * Get public permissions descriptor */ module.exports = dvf => { const endpoint = '/v1/trading/r/getPublicPermissions' return getGeneric(dvf, endpoint) }