package octez-smart-rollup-node-lib

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

Module Metadata.VersionedSource

Sourcetype t =
  1. | V0 of V0.t
  2. | V1 of V1.t
Sourceval read_metadata_file : dir:string -> t option Tezos_base.TzPervasives.tzresult Lwt.t

Read the metadata file from dir.

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

Write a metadata to the metadata file in dir.

OCaml

Innovation. Community. Security.