package tezos-context

  1. Overview
  2. Docs
module type Dump_interface = sig ... end
module type S = sig ... end
module Make (I : Dump_interface) : S with type index := I.index and type context := I.context and type block_header := I.Block_header.t and type context_hash := I.Commit_hash.t