In TransactionSummary computation logic, all addresses are not checked if owned by user, even though all info is available for it: https://github.com/penumbra-zone/penumbra/blob/main/crates/core/transaction/src/view.rs#L128
Web apps call this code in WebAssembly to calculate TransactionSummary and, it is safe to say, expect the AddressView proto to be decoded in the protocol.