pub fn accumulate_deposits_from_receipt(
address: Address,
receipt: &Receipt,
out: &mut Vec<u8>,
) -> Result<(), BlockValidationError>
Expand description
Accumulate deposits from a receipt. Iterates over the logs in the receipt and accumulates the deposit request bytestrings.