package tezos-protocol-alpha

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

Module Tezos_protocol_environment_alpha.Wasm_2_0_0Source

Sourcetype version = Tezos_scoru_wasm.Wasm_pvm_state.version
Sourceval v1 : version
Sourcetype input = Tezos_scoru_wasm.Wasm_pvm_state.input_info = {
  1. inbox_level : Bounded.Non_negative_int32.t;
  2. message_counter : Z.t;
}
Sourcetype output = Tezos_scoru_wasm.Wasm_pvm_state.output_info = {
  1. outbox_level : Bounded.Non_negative_int32.t;
  2. message_index : Z.t;
}
Sourcetype reveal_hash = Tezos_scoru_wasm.Wasm_pvm_state.reveal_hash
Sourcetype reveal = Tezos_scoru_wasm.Wasm_pvm_state.reveal =
  1. | Reveal_raw_data of reveal_hash
  2. | Reveal_metadata
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 : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.