expiryHeight property

  1. @TagNumber.new(1)
int get expiryHeight

Zero in most cases.

Implementation

@$pb.TagNumber(1)
$core.int get expiryHeight => $_getIZ(0);
  1. @TagNumber.new(1)
set expiryHeight (int value)

Implementation

@$pb.TagNumber(1)
set expiryHeight($core.int value) => $_setUnsignedInt32(0, value);