Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type baking_rights_query = {
levels : Tezos_protocol_alpha.Protocol.Alpha_context.Raw_level.t list;
cycle : Tezos_protocol_alpha.Protocol.Alpha_context.Cycle.t option;
delegates : Tezos_protocol_alpha.Protocol.Environment.Signature.Public_key_hash.t
list;
max_round : int option;
all : bool;
}
val baking_rights_query :
baking_rights_query Tezos_protocol_alpha.Protocol.Environment.RPC_query.t