package tezos-client-base-unix

  1. Overview
  2. Docs
type t = {
  1. base_dir : string;
  2. node_addr : string option;
  3. node_port : int option;
  4. tls : bool option;
  5. endpoint : Uri.t option;
  6. web_port : int;
  7. remote_signer : Uri.t option;
  8. confirmations : int option;
  9. password_filename : string option;
}
val default : t
val encoding : t Data_encoding.encoding
val from_json : Data_encoding.Json.json -> t
val write : string -> t -> unit Tezos_error_monad.Error_monad.tzresult Lwt.t