Revision b615df1cabcd074cd216b490e99ec2260a69c324 authored by Corneliu Hoffman on 25 November 2022, 19:52:51 UTC, committed by Corneliu Hoffman on 07 December 2022, 09:16:00 UTC
1 parent dfa2482
Raw File
logger.mli
type 'a t = 'a Internal_event.Simple.t

val emit : 'a t -> 'a -> unit Lwt.t

val proxy_getter_created : (string * string) t

val proxy_block_rpc : (string * string * string list) t

val tree_received : int64 t
back to top