Storage.Ramp_up
Ramp up rewards
type reward = {
baking_reward_fixed_portion : Tez_repr.t;
baking_reward_bonus_per_slot : Tez_repr.t;
attesting_reward_per_slot : Tez_repr.t;
}
module Rewards :
Storage_sigs.Indexed_data_storage
with type key = Cycle_repr.t
and type value := reward
and type t := Raw_context.t