ligo/lib_storage/raw_store.mli
2017-12-04 19:15:26 +01:00

17 lines
709 B
OCaml

(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2017. *)
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
open Store_sigs
include STORE
val init: string -> t tzresult Lwt.t
val close : t -> unit