package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_scoru_wasm_test_helpers.Durable_operationSource

Sourcetype key = string list
Sourceval key_to_str : string list -> string
Sourceval key_len : string list -> int
Sourceval kind_to_str : [< `Subtree | `Value ] -> string
Sourcetype _ 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
Sourceval pp_operation_kind : Format.formatter -> 'a operation_kind -> unit
Sourcetype operation_tag =
  1. | Operation_tag : 'a operation_kind -> operation_tag
Sourceval pp_operation_tag : Format.formatter -> operation_tag -> unit
Sourcetype t =
  1. | Operation : 'a operation_kind * 'a -> t
Sourceval pp : Format.formatter -> t -> unit
Sourcemodule Map : sig ... end
Sourcemodule Set : sig ... end
Sourceval write_operation_tags : operation_tag list
Sourceval read_operation_tags : operation_tag list
Sourceval structure_inspection_operation_tags : operation_tag list
Sourceval structure_modification_operation_tags : operation_tag list
Sourceval all_operation_tags : operation_tag list
OCaml

Innovation. Community. Security.