transactionIndex property

int? transactionIndex

Transaction index. The transactions index position in the block. Null when the transaction is pending.

Implementation

int? get transactionIndex => _transactionIndex;