¿Cómo obtengo una lista de derechos de horneado para una dirección de billetera usando la API de RPC?
1 respuesta
- votos
GET ../<block_id>/helpers/baking_rights?(level=<block_level>)*&(cycle=<block_cycle>)*&(delegate=<pkh>)*&[max_priority=<int>]&[all]
Recupera la lista de delegados autorizados a hornear unbloque. Por defecto, da lasmejoresprioridades de horneadopara lospanaderos quetienen almenos una oportunidadpor debajo de laprioridad 64parael siguientebloque. Parámetros
level
ycycle
sepueden utilizarparaespecificarel (los)nivel (s) (válido)en el pasado ofuturoen el que se deben devolver los derechos de horneado. Elparámetrodelegate
sepuede utilizarpara restringir los resultados a los delegados. Sielparámetroall
está configurado,todas las oportunidades de horneadopara se devuelve cadapanadero de cadanivel,en lugar de soloelprimero. Devuelve la lista de ranuraspara hornear. También devuelve lasmarcas detiempomínimas que corresponden aestas ranuras. Lasmarcas detiempo se omitenpara losniveles en elpasado,y son soloestimaciones denivelesposteriores alpróximo bloque,basadoen la hipótesis de quetodos losbloquespredecesoresfueron horneados en laprimeraprioridad.Argumentos de consulta opcionales:
nivel= ciclo= delegado= max_priority=todos
Fuente: https://tezos.gitlab.io/mainnet/api/rpc.html #get-block-id-helpers-cooking-rights
GET ../<block_id>/helpers/baking_rights?(level=<block_level>)*&(cycle=<block_cycle>)*&(delegate=<pkh>)*&[max_priority=<int>]&[all]
Retrieves the list of delegates allowed to bake a block. By default, it gives the best baking priorities for bakers that have at least one opportunity below the 64th priority for the next block. Parameters
level
andcycle
can be used to specify the (valid) level(s) in the past or future at which the baking rights have to be returned. Parameterdelegate
can be used to restrict the results to the given delegates. If parameterall
is set, all the baking opportunities for each baker at each level are returned, instead of just the first one. Returns the list of baking slots. Also returns the minimal timestamps that correspond to these slots. The timestamps are omitted for levels in the past, and are only estimates for levels later that the next block, based on the hypothesis that all predecessor blocks were baked at the first priority.Optional query arguments:
level = cycle = delegate = max_priority = all
Source: https://tezos.gitlab.io/mainnet/api/rpc.html#get-block-id-helpers-baking-rights
Usandoelnodotezos,¿existe un comando RPC de la API que lepermita a uno recuperar los derechos de horneado de cualquier dirección dadapara un ciclo dado?