Module Mavryk_raw_protocol_001_PtAtLas.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. liquidity_baking_subsidy : Alpha_context.Tez.t;
  6. seed_nonce_revelation_tip : Alpha_context.Tez.t;
  7. vdf_revelation_tip : Alpha_context.Tez.t;
}

Returns the list of expected issued mav for the current cycle and for the next preserved_cycles cycles.

val register : unit -> unit