Come posso ottenere un elenco dei diritti di cottura per un indirizzo di portafoglio utilizzando l'API RPC?
1 risposta
- voti
GET ../<block_id>/helpers/baking_rights?(level=<block_level>)*&(cycle=<block_cycle>)*&(delegate=<pkh>)*&[max_priority=<int>]&[all]
Recupera l'elenco dei delegati autorizzati aeseguireilbake di unblocco. Perimpostazionepredefinita, offre lemiglioripriorità di cotturaperi panettieri chene hanno almeno una opportunità al di sotto della 64aprioritàperilblocco successivo. Parametri
level
ecycle
possonoessere utilizzatiper specificarei livelli (validi)nel passato ofuturoin cuii diritti di cottura devonoessere restituiti. Ilparametrodelegate
puòessere utilizzatoper limitarei risultati al dato delegati. Seilparametroall
èimpostato,tutte le opportunità di cotturaper ognipanettiere di ogni livello viene restituito,invece che soloilprimo. Restituisce l'elenco degli slot di cottura. Restituisce anchei timestampminimi che corrispondono a questi slot. Itimestamp vengono omessiperi livelli in passatoe sono solo stimeperi livelli successivi a quelli successivi blocco,basato sull'ipotesi chetuttii blocchiprecedentifossero statiinfornati allaprimapriorità.Argomenti query opzionali:
livello= ciclo= delegato= max_priority=all
Fonte: https://tezos.gitlab.io/mainnet/api/rpc.html #get-block-id-helpers-baking-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
Utilizzandoilnodotezos,esiste un comando RPC dall'API che consente di recuperarei diritti di cottura di un datoindirizzoper un dato ciclo?