package tezos-context

  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,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.