Limit the number of times a message can pass through the node. Useful to implement n-time loops.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node-RED node limits how many times a message can pass through it, enabling controlled n-time loops within a flow. It stores repetition count directly in the message (stateless design) and optionally outputs when the limit is reached. It's designed for Node-RED users who need reliable loop control without managing external state.