Reads the data point with name
The read data point may belong to a Beacon or dAPI. The reader
must be whitelisted for the hash of the data point name.
Returns tuple containing (DataPoint.value, DataPoint.timestamp).
Sets the data point ID the name points to
While a data point ID refers to a specific Beacon or dAPI, names
provide a more abstract interface for convenience. This means a name
that was pointing at a Beacon can be pointed to a dAPI, then another
dAPI, etc.
Updates a dAPI using data signed by the respective Airnodes
without requiring a request or subscription. The beacons for which the
signature is omitted will be read from the storage.
Returns the dAPI ID.