You are viewing a single comment's thread from:

RE: How to - steem.js - All post details by upvotes

in #utopian-io8 years ago

Steemit api uses bluebird, so you don't need to wrap with promises. You can just do:

steem.api.getAccountVotesAsync(author)
    .then((votes) => {
        // do stuff
    })

or

steem.api.getContentAsync(author, permlink)
    .then((content) => {
        // do stuf
    })

Coin Marketplace

STEEM 0.06
TRX 0.32
JST 0.060
BTC 66734.36
ETH 2031.91
USDT 1.00
SBD 0.50