package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. limit_of_staking_over_baking_millionth : int32;
  2. edge_of_baking_over_staking_billionth : int32;
}
val default : t

Value used when unset

type Tezos_protocol_environment_alpha.Error_monad.error +=
  1. | Invalid_staking_parameters
val 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.