suspend fun retrieveNodeData(hashes: List<Hash>): List<Bytes?>
Retrieves data, sending back exactly the list requested. If data is missing, the list entry is null.
hashes - the hashes of data to retrieve
hashes
Return the data retrieved