package tezos-protocol-012-Psithaca

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. consensus_threshold : int;
  2. baking_reward_fixed_portion : Tez.t;
  3. baking_reward_bonus_per_slot : Tez.t;
  4. endorsing_reward_per_slot : Tez.t;
}
val generate : consensus_committee_size:int -> blocks_per_minute:ratio -> t