package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec t = {
  1. commitment : Compact.t;
  2. commitment_hash : Hash.t;
  3. committer : Tezos_protocol_environment_013_PtJakart.Signature.Public_key_hash.t;
  4. submitted_at : Raw_level_repr.t;
  5. finalized_at : Raw_level_repr.t option;
}

When a commitment is submitted, we store the committer and the block the commitment was submitted_at along with the commitment itself with its hash.

OCaml

Innovation. Community. Security.