totalTransactionReward property

  1. @TagNumber(12)
Int128 get totalTransactionReward

The sum of all transaction rewards in the epoch

Implementation

@$pb.TagNumber(12)
$3.Int128 get totalTransactionReward => $_getN(11);
  1. @TagNumber(12)
set totalTransactionReward (Int128 v)

Implementation

@$pb.TagNumber(12)
set totalTransactionReward($3.Int128 v) { setField(12, v); }