package octez-rpc-process

  1. Overview
  2. Docs
type t = {
  1. config : Octez_node_config.Config_file.t;
  2. rpc_comm_socket_path : string;
  3. internal_events : Tezos_base.Internal_event_config.t;
  4. node_version : Tezos_version.Node_version.t;
}

Type for the rpc process parameters received from the node

val parameters_encoding : t Tezos_base.TzPervasives.Data_encoding.t

Encoding for parameters type t

OCaml

Innovation. Community. Security.