extract_data_from_transfer_history_entry

function extract_data_from_transfer_history_entry(entry: transfer_history_entry): (id: rowid, delta: big_integer, decimals: integer, (id: byte_array, name: text, symbol: text, decimals: integer, blockchain_rid: byte_array, icon_url: text, type: text, supply: big_integer), is_input: boolean, timestamp: integer, block_height: integer, tx_rid: byte_array, tx_data: byte_array, operation_name: text, op_index: integer, is_crosschain: boolean)(source)

Maps an entry's info into a readable format for the frontend

Parameters

entry

the entry that should be formatted