Tezos_raw_protocol_022_PsRiotum.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 Tezos_protocol_environment_022_PsRiotum.Data_encoding.t
val zero : t
val (+?) :
t ->
Tez_repr.t ->
t Tezos_protocol_environment_022_PsRiotum.Error_monad.tzresult
val (++?) :
t ->
t ->
t Tezos_protocol_environment_022_PsRiotum.Error_monad.tzresult