package tezos-protocol-alpha

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

Module Tezos_raw_protocol_alpha.Adaptive_issuance_servicesSource

Sourcetype 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.

Sourceval register : unit -> unit