How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
2 functions: one removes and returns all array items before the first instance of a value, and the other removes and returns all array items before the last instance of a value
A tiny utility library providing two functions—`getAndRemoveAllBeforeFirst` and `getAndRemoveAllBeforeLast`—that splice an array to return (and delete) every element that appears before the first or last occurrence of a specified value. It’s aimed at JavaScript/TypeScript developers who need simple, in‑place array manipulation without writing custom looping code.