package tezos-protocol-demo-counter

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f

doc/tezos-protocol-demo-counter.environment/Tezos_protocol_environment_demo_counter/Wasm_2_0_0/index.html

Module Tezos_protocol_environment_demo_counter.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.