Tezos_raw_protocol_014_PtKathma.Bakingtype ordered_slots = private Alpha_context.Slot.t listval endorsing_rights :
Alpha_context.context ->
Alpha_context.Level.t ->
(Alpha_context.context
* ordered_slots
Tezos_protocol_environment_014_PtKathma.Signature.Public_key_hash.Map.t)
Tezos_protocol_environment_014_PtKathma.Error_monad.tzresult
Tezos_protocol_environment_014_PtKathma.Lwt.tFor a given level computes who has the right to include an endorsement in the next block.
This function is only used by the 'validators' RPC.
val endorsing_rights_by_first_slot :
Alpha_context.context ->
Alpha_context.Level.t ->
(Alpha_context.context
* (Alpha_context.public_key * Alpha_context.public_key_hash * int)
Alpha_context.Slot.Map.t)
Tezos_protocol_environment_014_PtKathma.Error_monad.tzresult
Tezos_protocol_environment_014_PtKathma.Lwt.tComputes endorsing rights for a given level.
val bonus_baking_reward :
Alpha_context.context ->
endorsing_power:int ->
Alpha_context.Tez.t
Tezos_protocol_environment_014_PtKathma.Error_monad.tzresultComputes the bonus baking reward depending on the endorsing power.
val baking_rights :
Alpha_context.context ->
Alpha_context.Level.t ->
Alpha_context.public_key Misc.lazy_listbaking_rights ctxt level is the lazy list of contract's public key hashes that are allowed to propose for level at each round.