package tezos-protocol-015-PtLimaPt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val equal : t -> t -> bool
val inbox_level : t -> Raw_level.t
val refresh_commitment_period : commitment_period:int32 -> level:Raw_level.t -> t -> t
type history_proof
module Hash : sig ... end
type serialized_proof
module type Merkelized_operations = sig ... end
include Merkelized_operations with type tree = Tezos_protocol_environment_015_PtLimaPt.Context.tree and type inbox_context = Tezos_protocol_environment_015_PtLimaPt.Context.t
val hash_level_tree : tree -> Hash.t
val take_snapshot : t -> history_proof
type inclusion_proof
val number_of_proof_steps : inclusion_proof -> int
val verify_inclusion_proof : inclusion_proof -> history_proof -> history_proof -> bool
type proof
val to_serialized_proof : proof -> serialized_proof
val of_serialized_proof : serialized_proof -> proof option
module Internal_for_tests : sig ... end
module type P = sig ... end
OCaml

Innovation. Community. Security.