npm run prepare
const Client = require('./dist/index').Client
const c = new Client(
'http://demo-api.ipaas.com/',
'./credentialsFilePath.txt'
)
c.getWalletBalances(
'BitGo',
'bitgo_test1',
undefined,
false,
undefined,
undefined,
undefined,
'64473d228d1f610007bb59aa84c7db67',
false
).then(res => { console.log(res.data)})