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.
Mavryk_store
type t =
| Archive
| Full
| Rolling
val encoding : t Mavryk_base.TzPervasives.Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit