tuweni / org.apache.tuweni.eth.repository / BlockchainRepository / retrieveNodeData

retrieveNodeData

suspend fun retrieveNodeData(hashes: List<Hash>): List<Bytes?> (source)

Retrieves data, sending back exactly the list requested. If data is missing, the list entry is null.

Parameters

hashes - the hashes of data to retrieve

Return
the data retrieved