Function reth_revm::state_change::post_block_balance_increments

source ยท
pub fn post_block_balance_increments(
    chain_spec: &ChainSpec,
    block: &Block,
    total_difficulty: U256,
) -> 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).