package tezos-shell-services

  1. Overview
  2. Docs

The module for handling legacy history modes. It is only used for legacy support, see Tezos_store.Legacy and Tezos_store.Snapshots.

type t =
  1. | Archive
  2. | Full
  3. | Rolling
val pp : Format.formatter -> t -> unit