Mavryk_raw_protocol_alpha.Merkle_list
type Mavryk_protocol_environment_alpha.Error_monad.error +=
| Merkle_list_invalid_position
val max_depth : count_limit:int -> int
Given a list of size count_limit, returns the maximum depth of its merklisation.
count_limit
module type T = sig ... end
module Make (El : sig ... end) (H : Mavryk_protocol_environment_alpha.S.HASH) : T with type elt = El.t and type h = H.t