package octez-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module RPC_client.MakeSource

Parameters

Signature

Sourcemodule type LOGGER = sig ... end
Sourcetype logger = (module LOGGER)
Sourceval null_logger : logger
Sourceval timings_logger : gettimeofday:(unit -> float) -> Format.formatter -> logger
Sourceval full_logger : Format.formatter -> logger
Sourcetype config = {
  1. media_type : Tezos_rpc_http.Media_type.Command_line.t;
  2. endpoint : Uri.t;
  3. logger : logger;
}
Sourceval config_encoding : config Tezos_base.TzPervasives.Data_encoding.t
Sourceval default_config : config
OCaml

Innovation. Community. Security.