get_transfer_history_entry

@mount("ft4.get_transfer_history_entry") query get_transfer_history_entry(rowid: rowid): (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)

Retrieves a transfer history entry given its rowid. Said rowid can be acquired by for example using the get_transfer_history query.

Returns null if no transfer history is found at the specified rowid

Parameters

rowid

the rowid of the transfer history entry to fetch

See also

get_transfer_history

get_transfer_history