Up – Package index » tezos-context » Library tezos-context.disk » Tezos_context_disk » Context » Treetezos-context README Library tezos-context 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 Sources Source val list :
tree ->
?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 ] ->
tree ->
key ->
order :[ `Sorted | `Undefined ] ->
init :'a ->
f :(key -> tree -> 'a -> 'a Lwt .t ) ->
'a Lwt .tSource val hash : tree -> Tezos_base .TzPervasives.Context_hash.tSource val raw_encoding : raw Tezos_base .TzPervasives.Data_encoding.t