Mavryk_raw_protocol_001_PtAtLas.Adaptive_issuance_services
type expected_rewards = {
cycle : Alpha_context.Cycle.t;
baking_reward_fixed_portion : Alpha_context.Tez.t;
baking_reward_bonus_per_slot : Alpha_context.Tez.t;
attesting_reward_per_slot : Alpha_context.Tez.t;
liquidity_baking_subsidy : Alpha_context.Tez.t;
seed_nonce_revelation_tip : Alpha_context.Tez.t;
vdf_revelation_tip : Alpha_context.Tez.t;
}
val expected_rewards_encoding :
expected_rewards Mavryk_protocol_environment_001_PtAtLas.Data_encoding.t
val current_yearly_rate :
'a Mavryk_protocol_environment_001_PtAtLas.RPC_context.simple ->
'a ->
string Mavryk_protocol_environment_001_PtAtLas.Error_monad.shell_tzresult
Mavryk_protocol_environment_001_PtAtLas.Lwt.t
val current_yearly_rate_details :
'a Mavryk_protocol_environment_001_PtAtLas.RPC_context.simple ->
'a ->
(Mavryk_protocol_environment_001_PtAtLas.Q.t
* Mavryk_protocol_environment_001_PtAtLas.Q.t)
Mavryk_protocol_environment_001_PtAtLas.Error_monad.shell_tzresult
Mavryk_protocol_environment_001_PtAtLas.Lwt.t
val current_issuance_per_minute :
'a Mavryk_protocol_environment_001_PtAtLas.RPC_context.simple ->
'a ->
Alpha_context.Tez.t
Mavryk_protocol_environment_001_PtAtLas.Error_monad.shell_tzresult
Mavryk_protocol_environment_001_PtAtLas.Lwt.t
val expected_issuance :
'a Mavryk_protocol_environment_001_PtAtLas.RPC_context.simple ->
'a ->
expected_rewards list
Mavryk_protocol_environment_001_PtAtLas.Error_monad.shell_tzresult
Mavryk_protocol_environment_001_PtAtLas.Lwt.t
Returns the list of expected issued mav for the current cycle and for the next preserved_cycles
cycles.