Module Octez_riscv_pvm.Storage
module Repo : sig ... endmodule State : sig ... endval load : cache_size:int -> readonly:bool -> string -> Repo.t Lwt.tval close : Repo.t -> unit Lwt.tval is_gc_finished : Repo.t -> boolval cancel_gc : Repo.t -> boolval gc : Repo.t -> ?callback:(unit -> unit Lwt.t) -> Id.t -> unit Lwt.tval wait_gc_completion : Repo.t -> unit Lwt.tval pvm_state_key : string listval lookup : State.t -> string list -> bytes option Lwt.t