`Destination` and `DestinationTag` on `AccountDelete` are not shown
The Destination and DestinationTag fields of an AccountDelete transaction are never shown outside of the raw review. These are important fields as they are used to send any remaining funds to another account.
Ideally these should be shown on the TableDetail, ~~Simple~~ and used in the Description.
When showing the destination outside of the transaction detail it will be in the format of {Destination}:{DestinationTag} like Payment transactions.
Description
The description text should be something like "Deletes the account {address} and sends {x} funds to account {Destination} with destination tag {DestinationTag}"
~~Simple~~
~~"Destination: {Destination}:{DestinationTag}"~~
TableDetail
"Destination: {Destination}:{DestinationTag}"
#462 added the fields to Simple view.