We can manage state in the react hooks package for our mixer. Once we have the design for any classes that might be useful to export with our API, we can then add this to a react hook so that dApps can have an easy API against the mixer/bridge.
A simple design:
const { mixers } = useWebb();
We can manage state in the react hooks package for our mixer. Once we have the design for any classes that might be useful to export with our API, we can then add this to a react hook so that dApps can have an easy API against the mixer/bridge.
A simple design: