You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_account_votes is a much needed feature for checking the latest post that an account upvoted. This will be helpful for others who want to keep track of their upvoted posts. I tried client.database.call('get_account_votes',['someone']) resulted in timeout in fetching data. It seems that the data is too big to retrieve? But with steemjs worked perfectly
The text was updated successfully, but these errors were encountered:
get_account_votes is a much needed feature for checking the latest post that an account upvoted. This will be helpful for others who want to keep track of their upvoted posts. I tried client.database.call('get_account_votes',['someone']) resulted in timeout in fetching data. It seems that the data is too big to retrieve? But with steemjs worked perfectly
The text was updated successfully, but these errors were encountered: