This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="//cdn.steemjs.com/lib/latest/steem.min.js"></script> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script> | |
<script> | |
//steem.config.set('websocket', 'wss://steemd.steemit.com/'); | |
// Usage example prints to console | |
var expected_value_sp = 100; // blessed is he who believes | |
getPredictedVotePayout('teo-nyx', 'teo-nyx/estimate-curation-reward-before-voting', expected_value_sp) | |
.then(console.log, console.error); |