Tezos_raw_protocol_alpha.Frozen_staker_reprtype t = private | Baker of Implicit_account_repr.tThe baker itself.
*)| Single_staker of {staker : Contract_repr.t;delegate : Implicit_account_repr.t;}A single staker, cannot be the delegate.
*)| Baker_edge of Implicit_account_repr.tThe baker edge over its stakers rewards.
*)Adding and removing stake can be done from/toward the funds
val baker : Implicit_account_repr.t -> tval baker_edge : Implicit_account_repr.t -> tval single_staker :
staker:Contract_repr.t ->
delegate:Implicit_account_repr.t ->
tval encoding : t Tezos_protocol_environment_alpha.Data_encoding.t