package octez-smart-rollup-wasm-debugger-lib

  1. Overview
  2. Docs

Module Octez_smart_rollup_wasm_debugger_lib.Repl_helpersSource

Sourceval trap_exn : (unit -> 'a Lwt.t) -> 'a Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval read_file : Lwt_io.file_name -> string Lwt.t
Sourcetype integer_value_kind = [
  1. | `U16
  2. | `I32
  3. | `I64
  4. | `U128
  5. | `U256
]
Sourcetype printable_value_kind = [
  1. | integer_value_kind
  2. | `Hex
  3. | `String
  4. | `Custom of bytes -> string
]
Sourceval integer_value_kind_of_string : string -> [> `I32 | `I64 | `U128 | `U16 | `U256 ] option
Sourceval find_encoding : string -> [> `Custom of bytes -> string | `I32 | `I64 | `U128 | `U16 | `U256 ] option
Sourceval integer_value_kind_to_string : [< `I32 | `I64 | `U128 | `U16 | `U256 ] -> string
Sourceval value_kind_length : [< `I32 | `I64 | `U128 | `U16 | `U256 ] -> int
Sourceval printable_value_kind_of_string : string -> [> `Custom of bytes -> string | `Hex | `I32 | `I64 | `String | `U128 | `U16 | `U256 ] option
Sourceval print_wasm_encoded_value : printable_value_kind -> string -> (string, string) result
OCaml

Innovation. Community. Security.