package tezos-protocol-013-PtJakart

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

This simply re-exports Tx_rollup_commitment_repr

type 'a template = {
  1. level : Tx_rollup_level.t;
  2. messages : 'a;
  3. predecessor : Tx_rollup_commitment_hash.t option;
  4. inbox_merkle_root : Tx_rollup_inbox.Merkle.root;
}
module Compact : sig ... end
module Submitted_commitment : sig ... end
module Full : sig ... end
val check_agreed_and_disputed_results : context -> Tx_rollup.t -> Tx_rollup_state.t -> Submitted_commitment.t -> agreed_result:Tx_rollup_message_result.t -> agreed_result_path:Merkle.path -> disputed_result:Tx_rollup_message_result_hash.t -> disputed_position:int -> disputed_result_path:Merkle.path -> context Tezos_protocol_environment_013_PtJakart.Error_monad.tzresult Tezos_protocol_environment_013_PtJakart.Lwt.t
OCaml

Innovation. Community. Security.