octez-shell-libs.signer-backends
Make.RPC_client
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.shell-services
octez-shell-libs.signer-services
octez-shell-libs.store
octez-shell-libs.validation
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
module type LOGGER = sig ... end
type logger = (module LOGGER)
val null_logger : logger
val timings_logger : gettimeofday:(unit -> float) -> Format.formatter -> logger
val full_logger : Format.formatter -> logger
type config = {
media_type : Tezos_rpc_http.Media_type.Command_line.t;
endpoint : Uri.t;
logger : logger;
}
val config_encoding : config Tezos_base.TzPervasives.Data_encoding.t
val default_config : config
class http_ctxt : config -> Tezos_rpc_http.Media_type.t list -> Tezos_rpc.Context.generic