tipHeight property
Height of the current tip (genesis has height = 0)
Implementation
@$pb.TagNumber(2)
$core.int get tipHeight => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set tipHeight($core.int value) => $_setSignedInt32(1, value);
Height of the current tip (genesis has height = 0)
@$pb.TagNumber(2)
$core.int get tipHeight => $_getIZ(1);
@$pb.TagNumber(2)
set tipHeight($core.int value) => $_setSignedInt32(1, value);