Function accumulate_deposits_from_receipt
pub fn accumulate_deposits_from_receipt(
address: Address,
receipt: impl TxReceipt<Log = Log>,
out: &mut Vec<u8>,
) -> Result<(), BlockValidationError>
Available on crate feature
evm
only.Expand description
Accumulate deposits from a receipt. Iterates over the logs in the receipt and accumulates the deposit request bytestrings.