package tezos-context

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Proof_encoding = Merkle_proof_encoding
module Make_config (Conf : Irmin_pack.Conf.S) : sig ... end
type Tezos_base.TzPervasives.error +=
  1. | Unsupported_context_hash_version of Tezos_crypto.Context_hash.Version.t
type proof_version_expanded = {
  1. is_stream : bool;
  2. is_binary : bool;
}

See Tezos_context_sigs.Context.Proof_types.t

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