Kit
Type aliases

GetSlotLeadersApi

GetSlotLeadersApi = object

Methods

getSlotLeaders()

getSlotLeaders(startSlotInclusive, limit): GetSlotLeadersApiResponse

Returns the slot leaders for a given slot range.

Parameters

ParameterTypeDescription
startSlotInclusivebigintStart slot, as u64 integer
limitnumberLimit (between 1 and 5000)

Returns

GetSlotLeadersApiResponse

The addresses of the validators that have been granted the opportunity to create the blocks for each slot in the range provided

See

https://solana.com/docs/rpc/http/getslotleaders

On this page