Mavryk_raw_protocol_alpha.Frozen_staker_repr
type t = private
| Baker of Mavryk_protocol_environment_alpha.Signature.public_key_hash
The baker itself.
*)| Single_staker of {
staker : Contract_repr.t;
delegate : Mavryk_protocol_environment_alpha.Signature.public_key_hash;
}
A single staker, cannot be the delegate.
*)| Baker_edge of Mavryk_protocol_environment_alpha.Signature.public_key_hash
The baker edge over its stakers rewards.
*)Adding and removing stake can be done from/toward the funds
val baker : Mavryk_protocol_environment_alpha.Signature.public_key_hash -> t
val baker_edge :
Mavryk_protocol_environment_alpha.Signature.public_key_hash ->
t
val single_staker :
staker:Contract_repr.t ->
delegate:Mavryk_protocol_environment_alpha.Signature.public_key_hash ->
t
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t