package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. base_dir : string;
  2. node_addr : string option;
  3. node_port : int option;
  4. tls : bool option;
  5. media_type : Tezos_rpc_http.Media_type.Command_line.t option;
  6. endpoint : Uri.t option;
  7. web_port : int;
  8. remote_signer : Uri.t option;
  9. confirmations : int option;
  10. password_filename : string option;
  11. internal_events : Tezos_base.Internal_event_config.t option;
}
val default : t
val read : string -> (t, Tezos_error_monad.Error_monad.tztrace) Stdlib.result Lwt.t
val write : string -> t -> unit Tezos_error_monad.Error_monad.tzresult Lwt.t
OCaml

Innovation. Community. Security.