ctx, and ctx.blocks is an array of Block objects containing the data to be processed, aligned at the block level.
For TronBatchProcessor the Block interface is defined as follows:
F here is the type of the argument of the setFields() processor method.
Block.header contains the block header data. The rest of the fields are iterables containing the three kinds of blockchain data. The items within each iterable are ordered in the same way as they are within the block.
The exact fields available in each data item type are inferred from the setFields() call argument. The method is documented on the field selection page:
