frozenBalanceForBandwidth property

  1. @TagNumber(3)
Int64 frozenBalanceForBandwidth

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get frozenBalanceForBandwidth => $_getI64(2);
  1. @TagNumber(3)
void frozenBalanceForBandwidth=(Int64 v)

Implementation

@$pb.TagNumber(3)
set frozenBalanceForBandwidth($fixnum.Int64 v) {
  $_setInt64(2, v);
}