package tezos-protocol-alpha

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

This module re-exports definitions from Per_block_votes_repr.

type per_block_vote = Per_block_votes_repr.per_block_vote =
  1. | Per_block_vote_on
  2. | Per_block_vote_off
  3. | Per_block_vote_pass
type per_block_votes = Per_block_votes_repr.per_block_votes = {
  1. liquidity_baking_vote : per_block_vote;
  2. adaptive_issuance_vote : per_block_vote;
}
val compute_new_liquidity_baking_ema : per_block_vote:per_block_vote -> Liquidity_baking_toggle_EMA.t -> Liquidity_baking_toggle_EMA.t
val compute_new_adaptive_issuance_ema : per_block_vote:per_block_vote -> Adaptive_issuance_launch_EMA.t -> Adaptive_issuance_launch_EMA.t
OCaml

Innovation. Community. Security.