Tezos_raw_protocol_alpha.Frozen_staker_repr
type t = private
| Baker of Tezos_protocol_environment_alpha.Signature.public_key_hash
The baker itself.
*)| Single_staker of {
staker : Contract_repr.t;
delegate : Tezos_protocol_environment_alpha.Signature.public_key_hash;
}
A single staker, cannot be the delegate.
*)| Baker_edge of Tezos_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 : Tezos_protocol_environment_alpha.Signature.public_key_hash -> t
val baker_edge :
Tezos_protocol_environment_alpha.Signature.public_key_hash ->
t
val single_staker :
staker:Contract_repr.t ->
delegate:Tezos_protocol_environment_alpha.Signature.public_key_hash ->
t
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.t