You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently frontend gets event on start of vesting withdraw operation. But there are no event if withdraw stops (e.g. if balance closed by user). The only way to know this is to search db.
Event should be added to notify if withdraw stops early. It should contain stop reason and current state of withdraw object (before deletion): remaining payments, total amount, remaining amount
The text was updated successfully, but these errors were encountered:
Currently frontend gets event on start of vesting withdraw operation. But there are no event if withdraw stops (e.g. if balance closed by user). The only way to know this is to search db.
Event should be added to notify if withdraw stops early. It should contain stop reason and current state of withdraw object (before deletion): remaining payments, total amount, remaining amount
The text was updated successfully, but these errors were encountered: