Efficiently remove an element from an unordered array without doing a splice
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js module provides an efficient way to remove an element from an unordered array by replacing the target element with the last item and then popping, avoiding the performance cost of `splice`.