pub(crate) fn journaled_account<CTX: ContextTr<Db: DatabaseExt, Journal: JournalExt>>( ecx: &mut CTX, addr: Address, ) -> Result<&mut Account>
Ensures the Account is loaded and touched.
Account