You are viewing a single comment's thread from:
RE: Tutorial about Interactive Steem API
Yes there are , check here https://github.com/steemit/steem-js/tree/master/doc#broadcast-api
steem.broadcast.vote(wif, voter, author, permlink, weight, function(err, result) { console.log(err, result); });