resultingHeight property

  1. @TagNumber(1)
BlockHeight resultingHeight

Implementation

@$pb.TagNumber(1)
BlockHeight get resultingHeight => $_getN(0);
  1. @TagNumber(1)
void resultingHeight=(BlockHeight v)

Implementation

@$pb.TagNumber(1)
set resultingHeight(BlockHeight v) {
  setField(1, v);
}