Description Usage Arguments Value Examples
Get a list of all the votes made by an account
1 | getAccountVotes(user = "eroche", node)
|
user |
Account to query |
node |
Optional Argument (Steem Node to Query) |
Data Table with list of votes and what they voted on
1 2 3 4 5 | ## Not run:
getAccountVotes("eroche")
getAccountVotes("eroche", node = "https://api.steemit.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.