In cryptonote_protocol_defs.h block_complete_entry is declare that is used within the monero code right?
The block_complete_entry has a blobdata txs. How does the txs blobdata looks like and what structure does it have?
Bonus question why are tx_output_indices needed within a COMMAND_RPC_GET_BLOCKS_FAST Response. Are the indices not part of the txs blobdata from block_complete_entry ?