Module Mavryk_raw_protocol_001_PtAtLas.Deposits_repr

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