package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. rollup_address : Octez_smart_rollup.Address.t;
  2. context_version : Context.Version.t;
}
val read_metadata_file : dir:string -> t option Tezos_base.TzPervasives.tzresult Lwt.t

Read the metadata file from dir.

val 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.