extract_details_from_transfer_history_entry
function extract_details_from_transfer_history_entry(entry: transfer_history_entry): transfer_detail(source)
Maps a transfer_history_entry to a transfer_detail object. This allows some functions to handle both transfer_history_entrys and crosschain_transfer_history_entrys as the same thing.
Parameters
entry
the entry to map