Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hive-js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hive
hive-js
Commits
ba6d118a
Commit
ba6d118a
authored
May 24, 2017
by
Fabien
Committed by
GitHub
May 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #141 from steemit/v0.5.8
V0.5.8
parents
d724088a
63b9a8ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/README.md
doc/README.md
+6
-0
package.json
package.json
+1
-1
No files found.
doc/README.md
View file @
ba6d118a
...
...
@@ -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
...
...
package.json
View file @
ba6d118a
{
"name"
:
"steem"
,
"version"
:
"0.5.
6
"
,
"version"
:
"0.5.
8
"
,
"description"
:
"Steem.js the JavaScript API for Steem blockchain"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment