Module DaemonInterface.GossipReceived

type struct_t = [
| `GossipReceived_8128c52d5468fe3b
]
val has_sender : t -> bool
val sender_get : t -> PeerInfo.t
val sender_set_reader : t -> PeerInfo.struct_t reader_t -> PeerInfo.t
val sender_set_builder : t -> PeerInfo.t -> PeerInfo.t
val sender_init : t -> PeerInfo.t
val has_seen_at : t -> bool
val seen_at_get : t -> UnixNano.t
val seen_at_set_reader : t -> UnixNano.struct_t reader_t -> UnixNano.t
val seen_at_set_builder : t -> UnixNano.t -> UnixNano.t
val seen_at_init : t -> UnixNano.t
val has_expiration : t -> bool
val expiration_get : t -> UnixNano.t
val expiration_set_reader : t -> UnixNano.struct_t reader_t -> UnixNano.t
val expiration_set_builder : t -> UnixNano.t -> UnixNano.t
val expiration_init : t -> UnixNano.t
val has_subscription_id : t -> bool
val subscription_id_get : t -> SubscriptionId.t
val subscription_id_set_reader : t -> SubscriptionId.struct_t reader_t -> SubscriptionId.t
val subscription_id_set_builder : t -> SubscriptionId.t -> SubscriptionId.t
val subscription_id_init : t -> SubscriptionId.t
val has_validation_id : t -> bool
val validation_id_get : t -> ValidationId.t
val validation_id_set_reader : t -> ValidationId.struct_t reader_t -> ValidationId.t
val validation_id_set_builder : t -> ValidationId.t -> ValidationId.t
val validation_id_init : t -> ValidationId.t
val has_data : t -> bool
val data_get : t -> string
val data_set : t -> string -> unit
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