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_entry
s and crosschain_transfer_history_entry
s as the same thing.
Parameters
entry
the entry to map