Mavryk_raw_protocol_alpha.Deposits_repr
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.
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
val zero : t
val (+?) :
t ->
Tez_repr.t ->
t Mavryk_protocol_environment_alpha.Error_monad.tzresult
val (++?) : t -> t -> t Mavryk_protocol_environment_alpha.Error_monad.tzresult