package octez-smart-rollup-node-lib

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

Type of parameter for migration functor Make.

type from_store

Type of store from which data is migrated.

type dest_store

Type of store to which the data is migrated.

Action or actions to migrate data associated to a block. NOTE: dest_store is an empty R/W store initialized in a temporary location.

val final_actions : storage_dir:string -> tmp_dir:string -> from_store -> dest_store -> unit Tezos_base.TzPervasives.tzresult Lwt.t

The final actions to be performed in the migration. In particular, this is where data from the temporary store in dest_store in tmp_dir should be reported in the actual storage_dir.

OCaml

Innovation. Community. Security.