Module History_mode.Legacy

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

type t =
  1. | Archive
  2. | Full
  3. | Rolling
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit