transactionCount property

  1. @TagNumber(11)
Int64 get transactionCount

The total number of transactions in this epoch

Implementation

@$pb.TagNumber(11)
$fixnum.Int64 get transactionCount => $_getI64(10);
  1. @TagNumber(11)
set transactionCount (Int64 v)

Implementation

@$pb.TagNumber(11)
set transactionCount($fixnum.Int64 v) { $_setInt64(10, v); }