You are viewing a single comment's thread from:
RE: Beem tutorials #3 - Delegations with Beem
You also need to implement for incoming delegation if the amount of delegation changes.
What I do, go reverse in account history.
Look for incoming delegation.
If delegator is not in dict, put the numbers in the dict, that has to be defined before.
If already in dict, pass.
Now we have all and print the dict.
good point :)
good idea!
Mine looks like this now