ListPeers.Responseval has_result : t -> boolval result_get : t -> ( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.tval result_get_list : t -> PeerInfo.t listval result_get_array : t -> PeerInfo.t arrayval result_set :
t ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.t ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.tval result_set_list :
t ->
PeerInfo.t list ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.tval result_set_array :
t ->
PeerInfo.t array ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.tval result_init :
t ->
int ->
( Capnp.Message.rw, PeerInfo.t, array_t ) Capnp.Array.tval init_root : ?message_size:int -> unit -> t