Function post_block_withdrawals_balance_increments
pub fn post_block_withdrawals_balance_increments(
spec: impl EthereumHardforks,
block_timestamp: u64,
withdrawals: &[Withdrawal],
) -> HashMap<Address, u128, RandomState>
Expand description
Returns a map of addresses to their balance increments if the Shanghai hardfork is active at the given timestamp.
Zero-valued withdrawals are filtered out.