Up – Package index » tezos-context » Library tezos-context.memory » Tezos_context_memory » 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 val mem : tree -> key -> bool Lwt .t val mem_tree : tree -> key -> bool Lwt .t 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.tval clear : ?depth :int -> tree -> unitSource val raw_encoding : raw Tezos_base .TzPervasives.Data_encoding.t