Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type delegate_rights = {
delegate : Tezos_protocol_alpha.Protocol.Environment.Signature.Public_key_hash.t;
first_slot : Tezos_protocol_alpha.Protocol.Alpha_context.Slot.t;
endorsing_power : int;
}
type t = {
level : Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t;
delegates_rights : delegate_rights list;
estimated_time : Tezos_protocol_alpha.Protocol.Environment.Time.t option;
}
val delegate_rights_encoding :
delegate_rights
Tezos_protocol_alpha.Protocol.Environment.Data_encoding.encoding
module S : sig ... end
val endorsing_rights_at_level :
Tezos_raw_protocol_alpha.Alpha_context.context ->
Tezos_raw_protocol_alpha.Alpha_context.Level.t ->
(t,
Tezos_protocol_environment_alpha__Environment.Error_monad.error
Tezos_protocol_environment_alpha__Environment.Error_monad.trace)
Stdlib.result
Lwt.t
val get :
'a Tezos_protocol_alpha.Protocol.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.Protocol.Environment.Signature.Public_key_hash.t list ->
'a ->
(t list,
Tezos_error_monad.TzCore.error Tezos_error_monad.Error_monad.TzTrace.trace)
Stdlib.result
Lwt.t