empty property

  1. @TagNumber(1)
Int64 get empty

Sum of empty Blocks, total blocks without transactions in them

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get empty => $_getI64(0);
  1. @TagNumber(1)
set empty (Int64 v)

Implementation

@$pb.TagNumber(1)
set empty($fixnum.Int64 v) { $_setInt64(0, v); }