Octez_riscv_pvm.Storagemodule Repo : sig ... endmodule State : sig ... endmodule Mutable_state : sig ... endmodule Id : sig ... endval load : cache_size:int -> readonly:bool -> string -> Repo.t Lwt.tval close : Repo.t -> unit Lwt.tval checkout : Repo.t -> Id.t -> Mutable_state.t option Lwt.tval empty : unit -> Mutable_state.tval commit : ?message:string -> Repo.t -> Mutable_state.t -> Id.t Lwt.tval is_gc_finished : Repo.t -> boolval cancel_gc : Repo.t -> boolval split : Repo.t -> unitval wait_gc_completion : Repo.t -> unit Lwt.tval export_snapshot :
Repo.t ->
Id.t ->
string ->
unit Tezos_base.TzPervasives.tzresult Lwt.tval find : Mutable_state.t -> string list -> Mutable_state.t option Lwt.tval lookup : Mutable_state.t -> string list -> bytes option Lwt.tval set : Mutable_state.t -> string list -> Mutable_state.t -> unit Lwt.t