Module Mavryk_raw_protocol_alpha.Adaptive_issuance_services

type expected_rewards = {
  1. cycle : Alpha_context.Cycle.t;
  2. baking_reward_fixed_portion : Alpha_context.Tez.t;
  3. baking_reward_bonus_per_slot : Alpha_context.Tez.t;
  4. attesting_reward_per_slot : Alpha_context.Tez.t;
  5. seed_nonce_revelation_tip : Alpha_context.Tez.t;
  6. vdf_revelation_tip : Alpha_context.Tez.t;
}

Returns the list of expected issued tez for the current cycle and for the next consensus_rights_delay cycles.

val register : unit -> unit