Module Mavryk_context_helpers.Context

module Env = Env
module Proof_encoding = Mavryk_context_merkle_proof_encoding
module Make_config (Conf : Irmin_pack.Conf.S) : sig ... end
type proof_version_expanded = {
  1. is_stream : bool;
  2. is_binary : bool;
}

See Mavryk_context_sigs.Context.Proof_types.t

val decode_proof_version : int -> (proof_version_expanded, [ `Invalid_proof_version ]) Stdlib.result
val encode_proof_version : is_stream:bool -> is_binary:bool -> int