package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type key = string list
val key_to_str : string list -> string
val key_len : string list -> int
val kind_to_str : [< `Subtree | `Value ] -> string
type _ operation_kind =
  1. | Find_value : key operation_kind
  2. | Find_value_exn : key operation_kind
  3. | Set_value_exn : (bool * key * string) operation_kind
  4. | Copy_tree_exn : (bool * key * key) operation_kind
  5. | Move_tree_exn : (key * key) operation_kind
  6. | Delete : (bool * key) operation_kind
  7. | List : key operation_kind
  8. | Count_subtrees : key operation_kind
  9. | Substree_name_at : (key * int) operation_kind
  10. | Hash : key operation_kind
  11. | Hash_exn : key operation_kind
  12. | Write_value_exn : (bool * key * int64 * string) operation_kind
  13. | Read_value_exn : (key * int64 * int64) operation_kind
val pp_operation_kind : Stdlib.Format.formatter -> 'a operation_kind -> unit
type operation_tag =
  1. | Operation_tag : 'a operation_kind -> operation_tag
val pp_operation_tag : Stdlib.Format.formatter -> operation_tag -> unit
type t =
  1. | Operation : 'a operation_kind * 'a -> t
val pp : Stdlib.Format.formatter -> t -> unit
module Map : sig ... end
module Set : sig ... end
val write_operation_tags : operation_tag list
val read_operation_tags : operation_tag list
val structure_inspection_operation_tags : operation_tag list
val structure_modification_operation_tags : operation_tag list
val all_operation_tags : operation_tag list
OCaml

Innovation. Community. Security.