package tezos-context

  1. Overview
  2. Docs
type index
type context
type block_header
type context_hash
val dump_context_fd : index -> context_hash -> context_fd:Lwt_unix.file_descr -> (int, Tezos_error_monad.TzCore.error list) result Lwt.t
val restore_context_fd : index -> expected_context_hash:context_hash -> fd:Lwt_unix.file_descr -> nb_context_elements:int -> (unit, Tezos_error_monad.TzCore.error list) result Lwt.t