Skip to content

Commit

Permalink
Merge pull request #141 from steemit/v0.5.8
Browse files Browse the repository at this point in the history
V0.5.8
  • Loading branch information
Fabien authored May 23, 2017
2 parents d724088 + 63b9a8a commit ba6d118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ steem.api.getRewardFund(name, function(err, result) {
console.log(err, result);
});
```
### Get Vesting Delegations
```
steem.api.getVestingDelegations(account, from, limit, function(err, result) {
console.log(err, result);
});
```

## Keys

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steem",
"version": "0.5.6",
"version": "0.5.8",
"description": "Steem.js the JavaScript API for Steem blockchain",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ba6d118

Please sign in to comment.