A persistent sequence data structure
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`rope-sequence` is a persistent (immutable) sequence data structure implemented as a rope, designed for efficient appending, prepending, and slicing without copying the entire collection. It provides logarithmic-time random access and is intended for developers who need to work with large, frequently modified sequences where maintaining previous versions is important. The library is open-source under the MIT license.