A store composed of a single file on disk to store the last finalized rollup level (on L1)

type t

The type of the singleton store.

Reads the current value from the disk. Returns None if the file does not exist or if it is corrupted.

val delete : t -> unit Lwt.t

Deletes the value from the disk.