NodeId typedef

NodeId = int

Wire-stable node and peer identifiers (protocol.md ยง Shared Types).

Serialized as bare JSON numbers. JS/TS peers must keep these at or below Number.MAX_SAFE_INTEGER (2^53); the Dart binding has no such constraint.

Implementation

typedef NodeId = int;