Function reth_evm_ethereum::eip6110::parse_deposits_from_receipts

source ยท
pub fn parse_deposits_from_receipts<'a, I>(
    chain_spec: &ChainSpec,
    receipts: I,
) -> Result<Vec<Request>, BlockValidationError>
where I: IntoIterator<Item = &'a Receipt>,
Expand description

Parse deposit contract (address is from the passed [ChainSpec]) deposits from receipts, and return them as a vector of (requests)[Request].