foundry_cheatcodes::evm

Function journaled_account

Source
pub(crate) fn journaled_account<'a>(
    ecx: &'a mut InnerEvmContext<&'_ mut (dyn DatabaseExt + '_)>,
    addr: Address,
) -> Result<&'a mut Account>
Expand description

Ensures the Account is loaded and touched.