package tezos-protocol-014-PtKathma

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/tezos-protocol-014-PtKathma.raw/Tezos_raw_protocol_014_PtKathma/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
Sourcetype input = {
  1. inbox_level : Raw_level.t;
  2. message_counter : Tezos_protocol_environment_014_PtKathma.Z.t;
  3. payload : string;
}
Sourceval input_equal : input -> input -> bool
Sourcetype input_request =
  1. | No_input_required
  2. | Initial
  3. | First_after of Raw_level_repr.t * Tezos_protocol_environment_014_PtKathma.Z.t
Sourceval input_request_equal : input_request -> input_request -> bool
Sourcemodule Outbox : sig ... end
Sourcetype output = {
  1. outbox_level : Raw_level.t;
  2. message_index : Tezos_protocol_environment_014_PtKathma.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 Commitment : sig ... end
Sourcemodule Inbox : 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 = Sc_rollup_arith.ProtocolImplementation.proof)
  3. | Wasm_2_0_0_pvm_with_proof of (module PVM_with_proof with type proof = Sc_rollup_wasm.V2_0_0.ProtocolImplementation.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.