Module Octez_rust_tezos_context.Rust_tezedge_gen
type o_caml_depth =
| Eq of int
| Le of int
| Lt of int
| Ge of int
| Gt of int
type o_caml_order =
| Sorted
| Undefined
type kind =
| Value
| Tree
val index_init : string -> index
val commit : context -> int64 -> string -> string -> bytes
val hash : context -> int64 -> string -> string -> bytes
val exists : index -> 'a -> bool
val find : context -> string list -> bytes option
val mem_tree : context -> string list -> bool
val mem : context -> string list -> bool
val list :
context ->
int option ->
int option ->
string list ->
(string * tree) array
val length : context -> string list -> int
val tree_mem : tree -> string list -> bool
val tree_mem_tree : tree -> string list -> bool
val tree_find : tree -> string list -> bytes option
val tree_find_tree : tree -> string list -> tree option
val tree_list :
tree ->
int option ->
int option ->
string list ->
(string * tree) array
val tree_length : tree -> string list -> int
val tree_add : tree -> string list -> 'a -> tree
val tree_remove : tree -> string list -> tree
val tree_is_empty : tree -> bool
val tree_to_value : tree -> bytes option
val tree_hash : tree -> bytes
val export_snapshot : string -> 'a -> string -> unit