Function reth::revm::state_change::post_block_balance_increments

pub fn post_block_balance_increments(
    chain_spec: &ChainSpec,
    block: &Block,
    total_difficulty: Uint<256, 4>,
) -> HashMap<Address, u128>
Expand description

Collect all balance changes at the end of the block.

Balance changes might include the block reward, uncle rewards, withdrawals, or irregular state changes (DAO fork).