package tezos-protocol-alpha

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

Ramp up rewards

type reward = {
  1. baking_reward_fixed_portion : Tez_repr.t;
  2. baking_reward_bonus_per_slot : Tez_repr.t;
  3. endorsing_reward_per_slot : Tez_repr.t;
}
OCaml

Innovation. Community. Security.