Cli.Termtype 'a arg = {default : 'a option;short : char option;long : string;extra_long : string list;parse : string -> ('a, string) Stdlib.result;doc : string;placeholder : string;pp : Stdlib.Format.formatter -> 'a -> unit;env : env option;}val data_dir_arg : string argDirectory containing files related to the DAL node.
val config_file_arg : string argConfiguration file of the DAL node.
val rpc_addr_arg : Tezos_base.TzPervasives.P2p_point.Id.t argThe endpoint on which the DAL node can be contacted for RPCs.
val expected_pow_arg : float argThe expected proof of work for the P2P identity.
val net_addr_arg : Tezos_base.TzPervasives.P2p_point.Id.t argThe TCP address and port bound by the DAL node.
val public_addr_arg : Tezos_base.TzPervasives.P2p_point.Id.t argThe endpoint on which the DAL node can be contacted by other DAL nodes.
val endpoint_arg : Uri.t argThe endpoint on which to contact the L1 node.
val slots_backup_uris_arg : Uri.t list arg(Optional) URIs to use as backup sources for slot data retrieval, in case the slot is missing locally and reconstruction from shards is not possible. Supported URI schemes include http, https, and file.
val trust_slots_backup_uris_switch : switchWhether to trust the data downloaded from the provided slots backup URIs.
val ignore_l1_config_peers_switch : switchIgnore the boot(strap) peers provided by L1.
val attester_profile_arg : Tezos_crypto.Signature.public_key_hash list argval operator_profile_arg : int list argval observer_profile_arg : int Tezos_base.TzPervasives.trace argval bootstrap_profile_switch : switchval peers_arg : string list argDAL nodes to connect to.
val metrics_addr_arg : Tezos_base.TzPervasives.P2p_point.Id.t argMetrics server endpoint.
val history_mode_arg : Configuration_file.history_mode argval service_name_arg : string argName of the service provided by this node.
val service_namespace_arg : string argNamespace for the service.
val fetch_trusted_setup_arg : bool argShould the trusted setup be installed if required and invalid?
val disable_shard_validation_switch : switchShould the crypto shard verification against commitment hashes be bypassed.
val disable_amplification_switch : switchDisable amplification. Default value is false.
val verbose_switch : switchEmit events related to connections. Default value is false.
val ignore_topics_arg : Tezos_crypto.Signature.public_key_hash list argDo not distribute shards of these pkhs.
val batching_configuration_arg : Configuration_file.batching_configuration argThe configuration used for batching verification of received shards via GossipSub to save cryptographic computation.
val publish_slots_regularly_arg :
Configuration_file.publish_slots_regularly arg