Converts a list with transaction attributes into a nested tibble

parse_tx_info(info)

Arguments

info

(list): a non-empty, named list returned as a result of calling the /api/transaction-info endpoint of the Tronscan API.

Value

A nested tibble with one row and several columns that contain transaction attributes. See get_tx_info_by_id() for details.