hopsAway property

  1. @TagNumber(9)
int get hopsAway

Number of hops away from us this node is (0 if direct neighbor)

Implementation

@$pb.TagNumber(9)
$core.int get hopsAway => $_getIZ(8);
  1. @TagNumber(9)
set hopsAway (int value)

Implementation

@$pb.TagNumber(9)
set hopsAway($core.int value) => $_setUnsignedInt32(8, value);