pub(crate) fn journaled_account<'a>( ecx: &'a mut InnerEvmContext<&'_ mut (dyn DatabaseExt + '_)>, addr: Address, ) -> Result<&'a mut Account>
Ensures the Account is loaded and touched.
Account