package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. initial_amount : Tez_repr.t;
  2. current_amount : Tez_repr.t;
}

Type representing unstaked frozen deposits.

initial_amount is the amount on which slashing should be based. current_amount is the current amount after slashing has happened.

There is a record per cycle.

The initial_amount may be increased during the current cycle only, when an unstake is requested.

TODO #5788: possibly rename fields

val zero : t
OCaml

Innovation. Community. Security.