val peer_id :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val libp2p_port :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val host :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> string ) * 'c ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int ) * 'f ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> string ) * 'i ) ->
'j ->
( 'k -> t ) * 'l
val create : host:string -> libp2p_port:int -> peer_id:string -> t
val map :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
t
val iter :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
host:
( 'b ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'c ) ->
libp2p_port:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
peer_id:
( 'f ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ) ->
'h
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
host:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ) ->
libp2p_port:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b ) ->
peer_id:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'c ) ->
'd list