pub fn feed_update_chunk_reference(
owner: &EthAddress,
topic: &Topic,
index: u64,
) -> Result<Reference, Error>Expand description
Compute the SOC chunk address for a feed update at
(owner, topic, index) — keccak256(identifier || owner). Use
this with FileApi::download_chunk to verify retrievability of
past updates.