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