DaemonInterface.Messagetype unnamed_union_t =
Libp2p_ipc__Libp2p_ipc_capnp.MakeRPC(Capnp.RPC.None(Capnp.BytesMessage)).Builder.DaemonInterface.Message.unnamed_union_t =
| RpcResponse of Libp2pHelperInterface.RpcResponse.t |
| PushMessage of PushMessage.t |
| Undefined of int |
val get : t -> unnamed_union_tval rpc_response_set_reader :
t ->
Libp2pHelperInterface.RpcResponse.struct_t reader_t ->
Libp2pHelperInterface.RpcResponse.tval rpc_response_set_builder :
t ->
Libp2pHelperInterface.RpcResponse.t ->
Libp2pHelperInterface.RpcResponse.tval rpc_response_init : t -> Libp2pHelperInterface.RpcResponse.tval push_message_set_reader :
t ->
PushMessage.struct_t reader_t ->
PushMessage.tval push_message_set_builder : t -> PushMessage.t -> PushMessage.tval push_message_init : t -> PushMessage.tval init_root : ?message_size:int -> unit -> t