= 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 last finalized rollup level (on L1)
val read :
t ->
Tezos_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_level.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_protocol_013_PtJakart.Protocol.Alpha_context.Tx_rollup_level.t ->
unit Tezos_base.TzPervasives.tzresult Lwt.t
Write the value to disk.