ipaas-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Installation

npm run prepare

Usage

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)})

Readme

Keywords

none

Package Sidebar

Install

npm i ipaas-sdk

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

23.7 kB

Total Files

21

Last publish

Collaborators

  • tibaz