Get a list of all the comments from a users blog. This function may take some time to process depending on the size of the transaction history on an account

getComments(username, node)

Arguments

username

Username of Comment Author.

node

Optional Argument (Steem Node to Query)

Value

Data.Table with Details of Comments Posts

Examples

# NOT RUN {
getComments("eroche")
# }