A TypeScript/ES7 decorator for automatically binding methods to the class instance
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `@aloreljs/bound-decorator` package provides a TypeScript/ES7 decorator for automatically binding class methods to the class instance, including static methods. It's designed for TypeScript 5 developers who want to ensure their class methods maintain the correct `this` context without manually binding them. The decorator also supports partial application of arguments when binding methods.