package octez-protocol-017-PtNairob-libs

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

Module type Context_helpers.PSource

module Tree : Tezos_context_sigs.Context.TREE with type key = string list and type value = bytes
type tree = Tree.tree
val hash_tree : tree -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
type proof
val proof_encoding : proof Tezos_base.TzPervasives.Data_encoding.t
val proof_before : proof -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
val proof_after : proof -> Tezos_protocol_017_PtNairob.Protocol.Alpha_context.Sc_rollup.State_hash.t
val verify_proof : proof -> (tree -> (tree * 'a) Lwt.t) -> (tree * 'a) option Lwt.t
val produce_proof : Tree.t -> tree -> (tree -> (tree * 'a) Lwt.t) -> (proof * 'a) option Lwt.t
OCaml

Innovation. Community. Security.