package tezos-legacy-store

  1. Overview
  2. Docs
val known : store -> bool Lwt.t
val read_opt : store -> (Int32.t * Tezos_crypto.Block_hash.t) option Lwt.t
val store : store -> (Int32.t * Tezos_crypto.Block_hash.t) -> unit Lwt.t
val remove : store -> unit Lwt.t