DaemonInterface.GossipReceivedval has_sender : t -> boolval sender_get : t -> PeerInfo.tval sender_set_reader : t -> PeerInfo.struct_t reader_t -> PeerInfo.tval sender_set_builder : t -> PeerInfo.t -> PeerInfo.tval sender_init : t -> PeerInfo.tval has_seen_at : t -> boolval seen_at_get : t -> UnixNano.tval seen_at_set_reader : t -> UnixNano.struct_t reader_t -> UnixNano.tval seen_at_set_builder : t -> UnixNano.t -> UnixNano.tval seen_at_init : t -> UnixNano.tval has_expiration : t -> boolval expiration_get : t -> UnixNano.tval expiration_set_reader : t -> UnixNano.struct_t reader_t -> UnixNano.tval expiration_set_builder : t -> UnixNano.t -> UnixNano.tval expiration_init : t -> UnixNano.tval has_subscription_id : t -> boolval subscription_id_get : t -> SubscriptionId.tval subscription_id_set_reader :
t ->
SubscriptionId.struct_t reader_t ->
SubscriptionId.tval subscription_id_set_builder : t -> SubscriptionId.t -> SubscriptionId.tval subscription_id_init : t -> SubscriptionId.tval has_validation_id : t -> boolval validation_id_get : t -> ValidationId.tval validation_id_set_reader :
t ->
ValidationId.struct_t reader_t ->
ValidationId.tval validation_id_set_builder : t -> ValidationId.t -> ValidationId.tval validation_id_init : t -> ValidationId.tval has_data : t -> boolval data_get : t -> stringval data_set : t -> string -> unitval init_root : ?message_size:int -> unit -> t