package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tree = tree
val compute_step_many : ?reveal_builtins:Tezos_scoru_wasm.Builtins.reveals -> ?write_debug:Tezos_scoru_wasm.Builtins.write_debug -> ?stop_at_snapshot:bool -> max_steps:int64 -> tree -> (tree * int64) Lwt.t
val compute_step : tree -> tree Lwt.t
val compute_step_with_debug : write_debug:Tezos_scoru_wasm.Builtins.write_debug -> tree -> tree Lwt.t
val set_input_step : Tezos_scoru_wasm.Wasm_pvm_state.input_info -> string -> tree -> tree Lwt.t
val reveal_step : bytes -> tree -> tree Lwt.t
val install_boot_sector : ticks_per_snapshot:Z.t -> outbox_validity_period:int32 -> outbox_message_limit:Z.t -> string -> tree -> tree Lwt.t
val get_output : Tezos_scoru_wasm.Wasm_pvm_state.output_info -> tree -> string option Lwt.t
module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.