= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package tezos-tx-rollup-013-PtJakart
-
tezos-tx-rollup-013-PtJakart
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A store composed of a single file on disk to store the current Tezos head
val read : t -> Tezos_crypto.Block_hash.t option Lwt.t
Reads the current value from the disk. Returns None
if the file does not exist or if it is corrupted.
val write :
t ->
Tezos_crypto.Block_hash.t ->
unit Tezos_base.TzPervasives.tzresult Lwt.t
Write the value to disk.