Hi,
the index is simply the "row" in the list returned, so if you have 10 transaction, index 0 if the first transaction returned and 9 is the last.
do not rely on this to reference transaction during validation, use the transaction id instead, this index is only here to iterate through them,
bye,
Jean