package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Octez protocol alpha libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-protocol-alpha-libs.test-helpers/Tezos_alpha_test_helpers/Adaptive_issuance_helpers/Unstaked_frozen/index.html

Module Adaptive_issuance_helpers.Unstaked_frozenSource

Representation of Unstaked frozen deposits

Sourcetype r = {
  1. cycle : Cycle.t;
  2. initial : Tez.t;
  3. current : Tez.t;
  4. requests : Tez.t Tezos_base.TzPervasives.String.Map.t;
  5. slash_pct : int;
}
Sourcetype t = r list
Sourcetype get_info = {
  1. cycle : Cycle.t;
  2. request : Tez.t;
  3. current : Tez.t;
}
Sourcetype get_info_list = get_info list
Sourcetype finalizable_info = {
  1. amount : Tez.t;
  2. slashed_requests : Tez.t Tezos_base.TzPervasives.String.Map.t;
}
Sourceval zero : 'a list
Sourceval apply_slash_to_request : int -> Tez.t -> Tez.t
Sourceval apply_slash_to_current : int -> Tez.t -> Tez.t -> Tez.t
Sourceval remove_zeros : t -> t
Sourceval sum_current : r list -> Tez.t
Sourceval add_unstake : Cycle.t -> Tez.t -> Tezos_base.TzPervasives.String.Map.key -> t -> t
Sourceval pop_cycle : Cycle.t -> t -> finalizable_info * t
Sourceval slash : preserved_cycles:int -> Cycle.t -> int -> t -> r list * Tez.t list
OCaml

Innovation. Community. Security.