package octez-protocol-018-Proxford-libs

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

Parameters

module Context : sig ... end

Signature

module Tree : sig ... end
type tree = Tree.tree
val hash_tree : 'a -> 'b
val verify_proof : Context.Proof.tree Context.Proof.t -> (Context.tree -> (Context.tree * 'a) Lwt.t) -> (Context.tree * 'a) option Lwt.t
val produce_proof : Context.t -> Context.tree -> (Context.tree -> (Context.tree * 'a) Lwt.t) -> (Context.Proof.tree Context.Proof.t * 'a) option Lwt.t
val proof_encoding : Tezos_context_sigs__Context.Proof_types.tree Tezos_context_sigs__Context.Proof_types.t Tezos_base.TzPervasives.Data_encoding.t
OCaml

Innovation. Community. Security.