RPC.Baking_rightstype t = {level : Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t;delegate : Tezos_protocol_alpha.Protocol.Alpha_context.public_key_hash;consensus_key : Tezos_protocol_alpha.Protocol.Alpha_context.public_key_hash;round : Tezos_protocol_alpha.Protocol.Alpha_context.Round.t;timestamp : Tezos_protocol_alpha.Protocol.Alpha_context.Timestamp.t option;}val encoding : t Tezos_protocol_alpha.Environment.Data_encoding.encodingmodule S : sig ... endval baking_rights_at_level :
Tezos_raw_protocol_alpha__Alpha_context.t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Round.t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Level.t ->
(Tezos_raw_protocol_alpha__Alpha_context.t * t list,
Tezos_protocol_environment_alpha.Error_monad.error
Tezos_protocol_environment_alpha.Error_monad.trace)
Stdlib.result
Lwt.tval get :
'a Tezos_protocol_alpha.Environment.RPC_context.simple ->
?levels:Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t list ->
?cycle:Tezos_protocol_alpha.Protocol.Alpha_context.Cycle.t ->
?delegates:Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t list ->
?consensus_keys:
Tezos_protocol_alpha.Environment.Signature.Public_key_hash.t list ->
?all:bool ->
?max_round:int ->
'a ->
t list Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t