blocksCntWithoutCeremonialTxs property

  1. @TagNumber(12)
int blocksCntWithoutCeremonialTxs

Implementation

@$pb.TagNumber(12)
$core.int get blocksCntWithoutCeremonialTxs => $_getIZ(11);
  1. @TagNumber(12)
void blocksCntWithoutCeremonialTxs=(int v)

Implementation

@$pb.TagNumber(12)
set blocksCntWithoutCeremonialTxs($core.int v) {
  $_setUnsignedInt32(11, v);
}