Curry all of the functions in an object.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`curry-all` is a utility that takes an object containing functions and returns a new object with all of its functions curried, allowing them to be called one argument at a time. It's designed for JavaScript developers who work with functional programming patterns and want to easily curry multiple functions within an object without manually currying each one.