You are viewing a single comment's thread from:

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

in #utopian-io7 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.15
TRX 0.25
JST 0.037
BTC 97045.43
ETH 1847.68
USDT 1.00
SBD 0.85