Add public function that retrieves RequestContext
for a Request
#174
Labels
Marketplace
See https://miro.com/app/board/uXjVNZ03E-c=/ for details
A public view function that retrieves the
RequestContext
of aStorageRequest
should be added to the Marketplace contract. It will replace a few other view functions currently exposed, and add more information. This will allow the Codex client to expose this information in the REST API.The following fields should be exposed from the
RequestContext
struct:state
slotsFilled
startedAt
endsAt
This view function will replace the following functions:
requestEnd
requestState
requestExpiry
The text was updated successfully, but these errors were encountered: