antpool.com nodejs api client
npm install node-antpoolimport AntPool from 'node-antpool'
const client = AntPool()
const client2 = AntPool({
timeout: 5000 // http request timeout
})
client.account().then(data => console.log(data))| Name | Name | Last commit date | ||
|---|---|---|---|---|
antpool.com nodejs api client
npm install node-antpoolimport AntPool from 'node-antpool'
const client = AntPool()
const client2 = AntPool({
timeout: 5000 // http request timeout
})
client.account().then(data => console.log(data))