hopsAway property
Number of hops away from us this node is (0 if direct neighbor)
Implementation
@$pb.TagNumber(9)
$core.int get hopsAway => $_getIZ(8);
Implementation
@$pb.TagNumber(9)
set hopsAway($core.int value) => $_setUnsignedInt32(8, value);