Module Libp2pHelperInterface.RpcResponseSuccess

type struct_t = [
| `RpcResponseSuccess_aa166667db5b6b9d
]
type unnamed_union_t = Libp2p_ipc__Libp2p_ipc_capnp.MakeRPC(Capnp.RPC.None(Capnp.BytesMessage)).Reader.Libp2pHelperInterface.RpcResponseSuccess.unnamed_union_t =
| Configure of Configure.Response.t
| SetGatingConfig of SetGatingConfig.Response.t
| Listen of Listen.Response.t
| GetListeningAddrs of GetListeningAddrs.Response.t
| BeginAdvertising of BeginAdvertising.Response.t
| AddPeer of AddPeer.Response.t
| ListPeers of ListPeers.Response.t
| GenerateKeypair of GenerateKeypair.Response.t
| Publish of Publish.Response.t
| Subscribe of Subscribe.Response.t
| Unsubscribe of Unsubscribe.Response.t
| AddStreamHandler of AddStreamHandler.Response.t
| RemoveStreamHandler of RemoveStreamHandler.Response.t
| OpenStream of OpenStream.Response.t
| CloseStream of CloseStream.Response.t
| ResetStream of ResetStream.Response.t
| SendStream of SendStream.Response.t
| SetNodeStatus of SetNodeStatus.Response.t
| GetPeerNodeStatus of GetPeerNodeStatus.Response.t
| BandwidthInfo of BandwidthInfo.Response.t
| TestDecodeBitswapBlocks of TestDecodeBitswapBlocks.Response.t
| TestEncodeBitswapBlocks of TestEncodeBitswapBlocks.Response.t
| Undefined of int
val get : t -> unnamed_union_t
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t