Blockchain
GetSlotAt
Returns information about the proposer slot at the given block height and offset. The offset is optional, it will default to getting the offset for the existing block at the given height. We only have this information available for the last 2 batches at most.
Parameters
Prop | Type / Default |
---|---|
blockNumber | number |
offsetOpt | number |
Returns
Prop | Type / Default |
---|---|
slotNumber | number |
validator | string |
publicKey | string |