ListPeers.Response
val has_result : t -> bool
val result_get : t -> ( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t
val result_get_list : t -> PeerInfo.t list
val result_get_array : t -> PeerInfo.t array
val result_set :
t ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t
val result_set_list :
t ->
PeerInfo.t list ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t
val result_set_array :
t ->
PeerInfo.t array ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t
val result_init :
t ->
int ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t
val init_root : ?message_size:int -> unit -> t