aries / net.globalid.aries.utils / RxLedger / submitRequest

submitRequest

fun submitRequest(request: String, pool: Pool): Single<String>

Submits a request (built from one of the functions in here) to the validator pool.

Parameters

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.