Traits for TypeScript Classes (Core)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
@traits-ts/core is a TypeScript library that provides a trait (mixin) facility for extending classes with multiple base functionalities, despite TypeScript/JavaScript not supporting multiple inheritance. It's designed for TypeScript developers who want to implement traits in a type-safe manner, offering three core API functions: `trait` for defining traits, `derive` for deriving classes from traits, and `derived` for runtime type checking.