Storage.Protocol_treasury
module Toggle_ema :
Storage_sigs.Single_data_storage
with type t := Raw_context.t
and type value = Mavryk_protocol_environment_alpha.Int32.t
Exponential moving average (ema) of flags set in protocol_data.contents. The liquidity baking subsidy is not sent to the protocol treasury if this EMA is above the threshold set in constants. *
module Buffer_address :
Storage_sigs.Single_data_storage
with type t := Raw_context.t
and type value = Contract_hash.t
Buffer contract that receives liquidity baking subsidy if the protocol treasury is not ready. *
val address : Contract_hash.t
Buffer contract that receives liquidity baking subsidy. *
val burn_address :
Mavryk_protocol_environment_alpha.Signature.Public_key_hash.t
Burn address. *