Module type S.NODE_ID
Node ID
val zero : tzeroreturns node ID 0
val one : tonereturns node ID 1
val random : unit -> trandomreturns a random node ID.
val compare : t -> t -> intcompare a bcompares node IDsa&b.- returns
0if a = b-1ifa<b1ifb<a
val to_uint64 : t -> Stdint.Uint64.tto_uint64 treturns a uint64 representation of node IDt
val to_string : t -> stringto_string treturns a string representation of node IDt
val pp : Stdlib.Format.formatter -> t -> unitpp fmt tpretty-prints node IDt