tags / get_discussions_by_votes
{"id":1,"method":"call","jsonrpc":"2.0","params":["tags","get_discussions_by_votes",[]]}
let res; try { res = await golos.api.getDiscussionsByVotesAsync(); console.log(res); } catch (err) { console.error('err', err); }