Module Libp2pHelperInterface.PushMessage

type struct_t = [
| `PushMessage_bcc32e2f197831bb
]
type unnamed_union_t = Libp2p_ipc__Libp2p_ipc_capnp.MakeRPC(Capnp.RPC.None(Capnp.BytesMessage)).Reader.Libp2pHelperInterface.PushMessage.unnamed_union_t =
| Validation of Validation.t
| AddResource of AddResource.t
| DeleteResource of DeleteResource.t
| DownloadResource of DownloadResource.t
| HeartbeatPeer of HeartbeatPeer.t
| Undefined of int
val get : t -> unnamed_union_t
val has_header : t -> bool
val header_get : t -> PushMessageHeader.t
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t