runAuctions

abstract suspend fun runAuctions(request: AuctionRequest): AuctionResponse(source)

Executes an auction request and returns the response. Implementations must run the request off the caller's thread, so that this is safe to call from any dispatcher.

Return

The auction response

Parameters

request

The auction request to execute