type t = [
| `Connecting |
| `Listening |
| `Offline |
| `Bootstrap |
| `Synced |
| `Catchup |
]
val bin_shape_t : Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'a -> int
val bin_write_t :
Bin_prot.Common.buf ->
pos:Bin_prot.Common.pos ->
[< `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ] ->
Bin_prot.Common.pos
val bin_writer_t :
[< `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ]
Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ :
'a ->
pos_ref:'b ->
int ->
[> `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ]
val bin_read_t :
Bin_prot.Common.buf ->
pos_ref:Bin_prot.Common.pos_ref ->
[> `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ]
val bin_reader_t :
[> `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ]
Core_kernel.Bin_prot.Type_class.reader
val bin_t :
[ `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ]
Core_kernel.Bin_prot.Type_class.t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val compare : t -> t -> int
val equal : t -> t -> bool
val to_yojson :
[< `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ] ->
[> `String of string ]
val of_yojson :
Yojson.Safe.t ->
( [> `Bootstrap | `Catchup | `Connecting | `Listening | `Offline | `Synced ],
string )
Core_kernel.Result.t
val compare : T.t -> T.t -> Core_kernel__.Import.int
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
T.t ->
Ppx_hash_lib.Std.Hash.state
val hash : T.t -> Ppx_hash_lib.Std.Hash.hash_value
val hashable : T.t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end