Function: addNextRoundData(RoundData _roundData)
The addNextRoundData function pushes a pricing data struct (RoundData) to storage (oracleData). Its caller must be a service admin.
Inputs
_roundDataControl: Full.
Constraints: None.
Impact: The
RoundDatastruct to store. Note that the service admin could force a knock-in or knock-out event.
Branches and code coverage (including function calls)
Intended branches
Function pushes
RoundDatastruct.
Negative behaviour
Function is called by non-service admin.