pub fn withdrawals_root<DB: StorageRootProvider>(
state_updates: &BundleState,
state: DB,
) -> ProviderResult<B256>Expand description
Computes the storage root of predeploy L2ToL1MessagePasser.sol.
Uses state updates from block execution. See also withdrawals_root_prehashed.