package tezos-context

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

Module Tezos_context_helpers.EnvSource

Sourcetype indexing_strategy = [
  1. | `Minimal
  2. | `Always
]
Sourcetype t = {
  1. verbosity : [ `Default | `Info | `Debug ];
  2. index_log_size : int;
  3. lru_size : int;
  4. auto_flush : int;
  5. indexing_strategy : indexing_strategy;
}
Sourceval index_log_size : int
Sourceval lru_size : int
Sourceval auto_flush : int
Sourceval default : t
Sourceval max_verbosity : [> `Debug | `Info ] -> [> `Debug | `Info ] -> [> `Debug | `Default | `Info ]
Sourceval v : t
OCaml

Innovation. Community. Security.