package tezos-context

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_context_helpers.ContextSource

Sourcemodule Env = Env
Sourcemodule Make_config (Conf : Irmin_pack.Conf.S) : sig ... end
Sourcetype Tezos_base.TzPervasives.error +=
  1. | Unsupported_context_hash_version of Tezos_base.TzPervasives.Context_hash.Version.t
Sourcetype proof_version_expanded = {
  1. is_stream : bool;
  2. is_binary : bool;
}

See Tezos_context_sigs.Context.Proof_types.t

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

Innovation. Community. Security.