RE: Steem.js Update: Vote method added (tutorial inside)

You are viewing a single comment's thread from:

Steem.js Update: Vote method added (tutorial inside)

in steemjs •  8 years ago 

Great job! Was looking for this method in steem.js a few days ago. Nice to see it implemented now!

I have a few questions:
-What should I do with the weight parameter? Just set to 1?
-The perma link is the url of the post?
-Can we also use this method to upvote for comments? Or is that what you meant in the last sentense in your post and that is maybe coming up?
-Is there any documentation of the return data of the methods in the library? Probably JSON formatted... but how is the data organized?

Maybe all questions I can figure out myself by using the code.... but might save some people some time.

Again great job and looking forward to use this library! Probably in a few days , I hope ;-)!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

@asch You can also set the weight parameter to either +100 or -100 for full percentage.