Steem Developer Portal

Search Results
Showing results for "total pow"
total_pow
The total POW accumulated, aka the sum of num_pow_witness at the time new POW is added.
total_vesting_shares
VESTS that are invested in STEEM POWER (powered up).
total_vesting_fund_steem
Now deprecated way to get STEEM that is invested in STEEM POWER (powered up). Use condenser_api.get_reward_fund instead.
PY: Power Up Steem
...another user’s account. The amount has to be greater than zero and no more than the total available STEEM of the user. If you are using one of Steemit’s demo accounts, please...
PY: Power Down
...available from the user information and needs to be calculated. In order to find the total VESTS available to power down we need to know how much is currently in power down, h...
Estimate the value of an upvote
...alue of each vote depends on multiple factors. Reward fund, recent claims, account’s total vests, rate of the sbd, voting power and weight of the vote. It is quite useful info...
condenser_api.get_witness_by_account
Returns the witness of an account. Parameters: account:string account (string) "steemit" Queries witness account of “...
database_api.list_witnesses
Returns the list of witnesses. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of:...
JS: Get Post Details
...ter the results by a specific post tag. limit: 5, // This allows us to limit the total to 5 items. truncate_body: 1, // This will truncate the body of each post to 1 c...
JS: Get State Replacement Api
...000000000000000", "time": "1970-01-01T00:00:00", "current_witness": "", "total_pow": "18446744073709551615", "num_pow_witnesses": 0, "virtual_supply": "0.0...
Tutorials
...RB: Get Voters List On Post This example will output the active vote totals for the post/comment passed as an argument to the script....
database_api.find_witnesses
Search for witnesses.
Calculating RC costs
...Int((new Date(props.time).getTime() / 1000).toFixed(0)) //calculate available SP var totalShares = parseFloat(account.vesting_shares) + parseFloat(account.received_vesting_sha...
Forum/Market Bandwidth
...Dynamic Global Properties To do the calculation, we need max_virtual_bandwidth and total_vesting_shares from the global properties, e.g.: curl -s --data '{"jsonrpc":"2.0",...
JS: Get Voters List On Post
...ter the results by a specific post tag. limit: 5, // This allows us to limit the total to 5 items. truncate_body: 1, // This will truncate the body of each post to 1 c...
RB: Get Post Details
...:27 (235.2 days ago) author_rewards: 0.000 SBD curator_payout_value: 0.000 SBD total_payout_value: 0.000 SBD promoted: 0.000 SBD total_vote_weight: 0 reward_weight: 1...