Get a list of all the votes made by an account
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
# NOT RUN { getAccountVotes("eroche") getAccountVotes("eroche", node = "https://api.steemit.com") # }