package octez-smart-rollup-node-lib

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

Module Octez_smart_rollup_node.Store_versionSource

Sourcetype t =
  1. | V0
  2. | V1
  3. | V2
  4. | V3
  5. | V4
Sourceval pp : Format.formatter -> t -> unit

Pretty-printer for store versions

Sourceval read_version_file : dir:string -> t option Tezos_base.TzPervasives.tzresult Lwt.t

Read the version file from dir.

Sourceval write_version_file : dir:string -> t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

Write a version to the version file in dir.

OCaml

Innovation. Community. Security.