package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val migrate_block_action : Tezos_layer2_store.Store_sigs.ro S_from.t -> Tezos_layer2_store.Store_sigs.rw S_dest.t -> Octez_smart_rollup.Sc_rollup_block.t -> unit Tezos_base.TzPervasives.tzresult Lwt.t

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 -> Tezos_layer2_store.Store_sigs.ro S_from.t -> Tezos_layer2_store.Store_sigs.rw S_dest.t -> 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.