pub fn accumulate_deposits_from_receipts<'a, I>(
address: Address,
receipts: I,
out: &mut Vec<u8>,
) -> Result<(), BlockValidationError>where
I: IntoIterator<Item = &'a Receipt>,
Expand description
Accumulate deposits from a list of receipts. Iterates over the logs in the receipts and accumulates the deposit request bytestrings.