Make.Context
View over the context store, restricted to types, access and functional manipulation of an existing context.
val fold : t -> key -> init:'a -> f:(key_or_dir -> 'a -> 'a Lwt.t) -> 'a Lwt.t
val register_resolver :
'a Base58.encoding ->
(t -> string -> 'a list Lwt.t) ->
unit