Como obtenho uma lista de direitos de assar para um endereço de carteira usando a API RPC?
1 responda
- votos
GET ../<block_id>/helpers/baking_rights?(level=<block_level>)*&(cycle=<block_cycle>)*&(delegate=<pkh>)*&[max_priority=<int>]&[all]
.Recupera a lista de delegados autorizados a assar umbloco. Porpadrão, Dá asmelhoresprioridades do cozimentoparapadeiros quetêmpelomenos um oportunidade abaixo da 64ªprioridadepara opróximobloco. Parâmetros.
level
ecycle
pode ser usadoparaespecificar o (s)nível (válido)no (s) passado oufuturoem que os direitos de cozimento devem ser devolvidos. Parâmetrodelegate
pode ser usadopara restringir os resultados a delegados. Se oparâmetroall
for definido,todas as oportunidades de cozimentopara Cadapadeiroem cadanível é devolvido,em vez de apenas oprimeiro. Retorna a lista de slots de cozimento. Também retorna ostimestampsmínimos que correspondem aesses slots. Ostimestamps são omitidosparaníveis nopassado,e são apenasestimativasparaníveismaistarde que opróximo bloco,combasena hipótese de quetodos osblocospredecessoresforam assados naprimeiraprioridade.Argumentos de consulta opcionais:
nível= ciclo=. Delegate=. max_priority=tudo
Fonte: https://tezos.gitlab.io/mainnet/api/rpc.html #get-block-id-ajudantes-baking-direitos
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
Usando onótezos,existe um comando rpc da API quepermite recuperar os direitos de assar de qualquerendereçopara um determinado ciclo?