Race a promise against an AbortSignal
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This library provides a simple utility to race a promise against an AbortSignal, resolving or rejecting based on whichever completes first. It's designed for developers working with async operations in JavaScript/TypeScript who need to cancel or timeout promises using AbortController. The API allows optional error translation for custom error handling when the signal aborts.