You can search for identifiers within the package.
in-package search v0.2.0
All the metadata associated to a running connection.
type t = {
disable_mempool : bool;
private_node : bool;
}
val encoding : t Tezos_base.TzPervasives.Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit