Open frenchtoasters opened 6 years ago
Need to figure out how to do notifications to clients of actions. Could possibly be in from actions.Notifications import created, failed, transferred, filled, cancelled
from actions.Notifications import created, failed, transferred, filled, cancelled
Using this library should allow for the notifications to work, can probably remote the class? Or does it matter :thinking:
https://github.com/CityOfZion/neo-boa/blob/master/boa/interop/Neo/Runtime.py
Need to figure out how to do notifications to clients of actions. Could possibly be in
from actions.Notifications import created, failed, transferred, filled, cancelled