@solominer, @sanjeevm & @slobberchops
I've added these 2 new checks - Self Votes & transfer-out.
Check it out & let me know what you think of it.
@solominer, @sanjeevm & @slobberchops
I've added these 2 new checks - Self Votes & transfer-out.
Check it out & let me know what you think of it.
Both would be handy, can you share the code somewhere?
Transfer Out
For calculating transfer out, execute following code.
const filter = [dhive.utils.operationOrders.transfer]; // replace account name with real account name. // start can be -1 or something else if you are doing pagination // limit can be set to 100 max client.database.getAccountHistory('$accountName', $startId,$limit, dhive.utils.makeBitMaskFilter(filter));
Self Votes
// replace account name with real account name client.hivemind.getAccountPosts({ account: '$accountName', sort: 'posts', start_author: null, start_permlink: null, limit: 100 });
via Inbox
Oh interesting.. okay will do
Hmm I cannot find the self vote and transfer out options. Where do I find them?
Thank you @solominer
via Inbox