package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type point = {
  1. commitment : Commitment.t;
  2. hash : Commitment.Hash.t;
}
type conflict_point = point * point
type conflict = {
  1. other : Staker.t;
  2. their_commitment : Commitment.t;
  3. our_commitment : Commitment.t;
  4. parent_commitment : Commitment.Hash.t;
}