We need to create a wrapper that involves all the logic behind the faucet: status, funding, queue status. The logic contained in the wrapper will let us interact with the faucet while polling for the queue and being able to receive a callback to let the client know as soon as the request is processed.
There's already an existing adapter that it works on the same way we want this wrapper to work.
We need to create a wrapper that involves all the logic behind the faucet: status, funding, queue status. The logic contained in the wrapper will let us interact with the faucet while polling for the queue and being able to receive a callback to let the client know as soon as the request is processed.
There's already an existing adapter that it works on the same way we want this wrapper to work.