Serhii Samborskyi
Serhii Samborskyi
I'm also very interested in this api to be implemented. Our app requires some data to be encrypted, so only specified users should be able to read it. Now we...
@nsjames Thanks for a response. > You can send a message of arbitrary data to Scatter and have the user sign it with a private key, from there you would...
@brettstack @norbertpy I use helper function in one of my work projects. Seems like it solves your case. There is middleware.run(saga, ...args) method described in [docs](https://redux-saga.js.org/docs/api/#middlewarerunsaga-args) which supposed to run...