Octez_riscv_pvm.Storage
module Repo : sig ... end
module State : sig ... end
module Id : sig ... end
val load : cache_size:int -> readonly:bool -> string -> Repo.t Lwt.t
val close : Repo.t -> unit Lwt.t
val empty : unit -> State.t
val is_gc_finished : Repo.t -> bool
val cancel_gc : Repo.t -> bool
val split : Repo.t -> unit
val wait_gc_completion : Repo.t -> unit Lwt.t
val export_snapshot :
Repo.t ->
Id.t ->
string ->
unit Tezos_base.TzPervasives.tzresult Lwt.t
val lookup : State.t -> string list -> bytes option Lwt.t