Module Configure.Request

type struct_t = [
| `Request_bbfd8fe6d222b0a1
]
val has_config : t -> bool
val config_get : t -> Libp2pConfig.t
val config_set_reader : t -> Libp2pConfig.struct_t reader_t -> Libp2pConfig.t
val config_set_builder : t -> Libp2pConfig.t -> Libp2pConfig.t
val config_init : t -> Libp2pConfig.t
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t