Up – Package index » Octez-libs: Octez libraries » Library tezos_context_disk » Tezos_context_disk » Context_binaryModule Tezos_context_disk.Context_binary Source Octez-libs: Octez libraries README Lwtreslib: an Lwt- and Result-friendly addition/replacement for the Stdlib Workers: Local, Lwt-based event-loops Library aggregation Library bare_functor_outputs Library bare_sigs Library bare_structs Library communication Library distribution Library octez-libs.aplonk Library octez-libs.base Library octez-libs.base-test-helpers Library octez-libs.bls12-381-hash Library octez-libs.bls12-381-polynomial Library octez-libs.bls12-381-signature Library octez-libs.clic Library octez-libs.context Library octez-libs.crypto Library octez-libs.crypto-dal Library octez-libs.distributed-plonk Library octez-libs.epoxy-tx Library octez-libs.error-monad Library octez-libs.error-monad-legacy Library octez-libs.event-logging Library octez-libs.event-logging-test-helpers Library octez-libs.expect-helper Library octez-libs.hacl Library octez-libs.kzg Library octez-libs.lazy-containers Library octez-libs.lwt-result-stdlib Library octez-libs.mec Library octez-libs.micheline Library octez-libs.plompiler Library octez-libs.plonk Library octez-libs.polynomial Library octez-libs.requester Library octez-libs.rpc Library octez-libs.rpc-http Library octez-libs.rpc-http-client Library octez-libs.rpc-http-client-unix Library octez-libs.rpc-http-server Library octez-libs.srs-extraction Library octez-libs.stdlib Library octez-libs.stdlib-unix Library octez-libs.test-helpers Library octez-libs.tezos-context Library octez-libs.tezos-gossipsub Library octez-libs.tezos-p2p-services Library octez-libs.tezos-sapling Library octez-libs.tezos-workers Library octez-libs.tezt-wrapper Library octez-libs.tree-encoding Library octez-libs.version Library plonk_test Library tezos_base_p2p_identity_file Library tezos_base_unix Library tezos_clic_unix Library tezos_context_disk Library tezos_context_dump Library tezos_context_encoding Library tezos_context_helpers Library tezos_context_memory Library tezos_context_merkle_proof_encoding Library tezos_context_sigs Library tezos_crypto_dal_octez_dal_config Library tezos_version_parser Library traced_functor_outputs Library traced_sigs Library traced_structs Library traces Sources Source val list : t -> ?offset :int -> ?length :int -> key -> (string * tree ) list Lwt .tSource val fold :
?depth :[ `Eq of int | `Le of int | `Lt of int | `Ge of int | `Gt of int ] ->
t ->
key ->
order :[ `Sorted | `Undefined ] ->
init :'a ->
f :(key -> tree -> 'a -> 'a Lwt .t ) ->
'a Lwt .tmodule Proof : sig ... end val verify_tree_proof :
Proof.tree Proof.t ->
(tree -> (tree * 'a ) Lwt .t ) ->
(tree * 'a ,
[ `Proof_mismatch of string
| `Stream_too_long of string
| `Stream_too_short of string ] )
Stdlib .result
Lwt .tval verify_stream_proof :
Proof.stream Proof.t ->
(tree -> (tree * 'a ) Lwt .t ) ->
(tree * 'a ,
[ `Proof_mismatch of string
| `Stream_too_long of string
| `Stream_too_short of string ] )
Stdlib .result
Lwt .t