package tezos-protocol-013-PtJakart

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

See Merkle_List for the documentation of those functions.

type tree
type root
type path
val empty : tree
val root : tree -> root
val (=) : root -> root -> bool
val compare : root -> root -> int
val root_of_b58check_opt : string -> root option
val add_message : tree -> Tx_rollup_message_hash_repr.t -> tree
val path_depth : path -> int
val merklize_list : Tx_rollup_message_hash_repr.t list -> root

merklize_list messages construct a merkle root by build a tree, appending the messages one by one in the same order of the list and finally computing the root.