package tezos-protocol-alpha

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

Module Tezos_raw_protocol_alpha.Staking_parameters_reprSource

Sourcetype t = private {
  1. limit_of_staking_over_baking_millionth : int32;
  2. edge_of_baking_over_staking_billionth : int32;
}
Sourceval default : t

Value used when unset

Sourceval make : limit_of_staking_over_baking_millionth:Tezos_protocol_environment_alpha.Z.t -> edge_of_baking_over_staking_billionth:Tezos_protocol_environment_alpha.Z.t -> t Tezos_protocol_environment_alpha.Error_monad.tzresult
OCaml

Innovation. Community. Security.