Module massa_pos_worker::draw
source · Functions§
- Draws block and creators for a given cycle. Then prune the
cachepointer if max cache is exceeded. It uses BTreeMap to store the address <->rolls mapping. Although not efficient as a hashmap, it still is the best choice since the order has to be maintained.