Forward the resolution/rejection of a resolvable to an errback; forwarding the resolution/rejection of the errback to ourself.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
promise-errback is a utility library for JavaScript developers that forwards the resolution or rejection of a promise to an errback, and then forwards the errback's result back to the original promise. It's designed for developers working with both promise-based and callback-based APIs who need to bridge between the two patterns.