package tezos-protocol-019-PtParisB

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

This module re-exports definitions from Misbehaviour_repr.

type kind =
  1. | Double_baking
  2. | Double_attesting
  3. | Double_preattesting
type t = {
  1. level : Raw_level.t;
  2. round : Round.t;
  3. kind : kind;
}
val compare_kind : kind -> kind -> int
OCaml

Innovation. Community. Security.