package tezos-protocol-014-PtKathma

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

Module Alpha_context.Tx_rollup_commitmentSource

This module re-exports definitions from Tx_rollup_commitment_repr.

Sourcetype '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;
}
Sourcemodule Compact : sig ... end
Sourcemodule Submitted_commitment : sig ... end
Sourcemodule Full : sig ... end