package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val empty : Address.t -> Raw_level.t -> t
val number_of_available_messages : t -> Tezos_protocol_environment_013_PtJakart.Z.t
val consume_n_messages : int -> t -> t option Tezos_protocol_environment_013_PtJakart.Error_monad.tzresult
module type MerkelizedOperations = sig ... end
include MerkelizedOperations with type tree = Tezos_protocol_environment_013_PtJakart.Context.tree
type message = tree
type messages = tree
type history
val history_at_genesis : bound:int64 -> history
type inclusion_proof
val number_of_proof_steps : inclusion_proof -> int
val produce_inclusion_proof : history -> t -> t -> inclusion_proof option
val verify_inclusion_proof : inclusion_proof -> t -> t -> bool
module type TREE = sig ... end
OCaml

Innovation. Community. Security.