package octez-smart-rollup-node-lib

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

Storage containing the last cemented commitment.

type lcc = {
  1. commitment : Octez_smart_rollup.Commitment.Hash.t;
  2. level : int32;
}
include Tezos_layer2_store.Indexed_store.SINGLETON_STORE with type value := lcc
type +'a t
val load : path:string -> 'a Tezos_layer2_store.Store_sigs.mode -> 'a t Tezos_base.TzPervasives.tzresult Lwt.t
val read : [> `Read ] t -> lcc option Tezos_base.TzPervasives.tzresult Lwt.t
val write : [> `Write ] t -> lcc -> unit Tezos_base.TzPervasives.tzresult Lwt.t
val delete : [> `Write ] t -> unit Tezos_base.TzPervasives.tzresult Lwt.t
val readonly : [> `Read ] t -> [ `Read ] t
OCaml

Innovation. Community. Security.