dagger.js icon indicating copy to clipboard operation
dagger.js copied to clipboard

Support for balance threshold alert

Open rhlsthrm opened this issue 6 years ago • 1 comments

We would like to see support for an event that is triggered based on an account balance lower than a certain threshold. The use case is for automated hot wallets.

rhlsthrm avatar Sep 26 '19 12:09 rhlsthrm

Currently, Dagger is state-less. We are working on new design which supports stateful events. Meanwhile, you can use transfer subscription in Dagger and add custom filter at your end.

jdkanani avatar Sep 26 '19 13:09 jdkanani