fun submitRequest(request: String, pool: Pool): Single<String>
Submits a request (built from one of the functions in here) to the validator pool.
request
- is the built request.
pool
- is the validator pool to publish the request to.
Return
the request result as JSON. Use the corresponding parse function to get an
usable data model for further work.