package tezos-protocol-015-PtLimaPt

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Alpha_context/Sc_rollup/index.html

Module Alpha_context.Sc_rollupSource

This module re-exports definitions from Sc_rollup_storage and Sc_rollup_repr.

Sourcemodule Tick : sig ... end
type rollup := t
Sourceval in_memory_size : t -> Cache_memory_helpers.sint
Sourcemodule State_hash : sig ... end
Sourcetype inbox_message = {
  1. inbox_level : Raw_level.t;
  2. message_counter : Tezos_protocol_environment_015_PtLimaPt.Z.t;
  3. payload : Inbox_message.serialized;
}
Sourcetype reveal_data =
  1. | Raw_data of string
Sourcetype input =
  1. | Inbox_message of inbox_message
  2. | Reveal of reveal_data
Sourceval input_equal : input -> input -> bool
Sourcetype reveal =
  1. | Reveal_raw_data of Input_hash.t
Sourcetype input_request =
  1. | No_input_required
  2. | Initial
  3. | First_after of Raw_level.t * Tezos_protocol_environment_015_PtLimaPt.Z.t
  4. | Needs_reveal of reveal
Sourceval input_request_equal : input_request -> input_request -> bool
Sourcemodule Inbox : sig ... end
Sourcemodule Outbox : sig ... end
Sourcetype output = {
  1. outbox_level : Raw_level.t;
  2. message_index : Tezos_protocol_environment_015_PtLimaPt.Z.t;
  3. message : Outbox.Message.t;
}
Sourcemodule PVM : sig ... end
Sourcemodule Kind : sig ... end
Sourcemodule ArithPVM : sig ... end
Sourcemodule Wasm_2_0_0PVM : sig ... end
Sourcemodule Number_of_ticks : sig ... end
Sourcemodule Commitment : sig ... end
Sourcemodule Errors : sig ... end
Sourcemodule type PVM_with_proof = sig ... end
Sourcetype wrapped_proof =
  1. | Unencodable of (module PVM_with_proof)
  2. | Arith_pvm_with_proof of (module PVM_with_proof with type proof = ArithPVM.Protocol_implementation.proof)
  3. | Wasm_2_0_0_pvm_with_proof of (module PVM_with_proof with type proof = Wasm_2_0_0PVM.Protocol_implementation.proof)
Sourceval wrapped_proof_kind_exn : wrapped_proof -> Kind.t
Sourceval wrapped_proof_module : wrapped_proof -> (module PVM_with_proof)
Sourcemodule Proof : sig ... end
Sourcemodule Game : sig ... end
Sourcemodule Stake_storage : sig ... end
Sourcemodule Refutation_storage : sig ... end
Sourcemodule Dal_slot : sig ... end
Sourcemodule Internal_for_tests : sig ... end

This module discloses definitions that are only useful for tests and must not be used otherwise.

OCaml

Innovation. Community. Security.