package tezos-protocol-demo-noops

  1. Overview
  2. Docs
Tezos/Protocol: demo_noops economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

doc/tezos-protocol-demo-noops.environment/Tezos_protocol_environment_demo_noops/Wasm_2_0_0/index.html

Module Tezos_protocol_environment_demo_noops.Wasm_2_0_0Source

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.