package tezos-protocol-environment

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

Module Make.Wasm_2_0_0Source

Sourcetype input_request =
  1. | No_input_required
  2. | Input_required
Sourcetype 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