Get a list of all the votes made by an account

getAccountVotes(user = "eroche", node)

Arguments

user

Account to query

node

Optional Argument (Steem Node to Query)

Value

Data Table with list of votes and what they voted on

Examples

# NOT RUN {
getAccountVotes("eroche")
getAccountVotes("eroche", node = "https://api.steemit.com")
# }