hopCount property

IntColumn get hopCount

How many relay hops away this node was last known to be. 0 = direct encounter, 1 = one hop away, etc.

Implementation

IntColumn get hopCount => integer().withDefault(const Constant(0))();