package octez-libs

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

Functor With_get_data adds a get_data function to modules of signature S. Note that the partially applied get_data kind key function has the correct type to be provided to produce_tree_proof and verify_tree_proof which is its intended goal.

type key = string list
type tree
type value
val find : tree -> key -> value option Lwt.t
val find_tree : tree -> key -> tree option Lwt.t
val unshallow : tree -> tree Lwt.t
OCaml

Innovation. Community. Security.