pub fn process_beacon_update<D: Storage<DataPoint>>(
storage: &mut D,
beacon_id: Bytes32,
timestamp: Uint,
data: Bytes,
) -> Result<(), Error>Expand description
Called privately to process the Beacon update. Returns the updated Beacon value.
ยงArguments
storageThe storage betweenbeacon_idtoDatapointbeacon_idThe Beacon IDtimestampTimestamp used in the signaturedataFulfillment data (anint256encoded in contract ABI)