package octez-proto-libs

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

Module Make.Wasm_2_0_0Source

Sourceval v4 : version
Sourcetype reveal = Tezos_scoru_wasm.Wasm_pvm_state.reveal =
  1. | Reveal_raw of string
Sourcetype input_request = Tezos_scoru_wasm.Wasm_pvm_state.input_request =
  1. | No_input_required
  2. | Input_required
  3. | Reveal_required of reveal
Sourcetype info = Tezos_scoru_wasm.Wasm_pvm_state.info = {
  1. current_tick : Z.t;
  2. last_input_read : input option;
  3. input_request : input_request;
}
Sourcemodule Make (Tree : Context.TREE with type key = string list and type value = bytes) : sig ... end
OCaml

Innovation. Community. Security.