package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 tez for the current cycle and for the next preserved_cycles cycles.

val register : unit -> unit
OCaml

Innovation. Community. Security.