package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type Tezos_base.TzPervasives.error +=
  1. | System_write_error of string
  2. | Bad_hash of string * Tezos_base.TzPervasives.Bytes.t * Tezos_base.TzPervasives.Bytes.t
  3. | Context_not_found of Tezos_base.TzPervasives.Bytes.t
  4. | System_read_error of string
  5. | Inconsistent_snapshot_file
  6. | Inconsistent_snapshot_data
  7. | Missing_snapshot_data
  8. | Invalid_snapshot_version of string * string list
  9. | Restore_context_failure
module type Kinded_hash = sig ... end
module type Dump_interface = sig ... end
module type S = sig ... end
module type Context_dump = sig ... end
OCaml

Innovation. Community. Security.