txnCounter property

  1. @JsonKey(name: 'tc')
int? txnCounter
final

TxnCounter counts the number of transactions committed in the ledger, from the time at which support for this feature was introduced.

Implementation

@JsonKey(name: 'tc')
final int? txnCounter;