How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**array‑any‑x** is a small utility that mimics `Array.prototype.some` but guarantees that the callback is invoked for every index, including “holes” in sparse arrays. It exports a single function `any(array, callback[, thisArg])` which returns `true` as soon as the predicate returns a truthy value, throwing a `TypeError` for invalid inputs. The module is aimed at JavaScript developers who need a reliable, hole‑aware “any” check in Node or browser environments.