Module DaemonInterface.IncomingStream

type struct_t = [
| `IncomingStream_c5ea3ac9fb462264
]
val has_stream_id : t -> bool
val stream_id_get : t -> StreamId.t
val has_peer : t -> bool
val peer_get : t -> PeerInfo.t
val has_protocol : t -> bool
val protocol_get : t -> string
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t