<object>
- (optional) Config object:commitment:
(optional) Configures the commitment level of the blocks queried
Accepts one of the following strings: ["finalized"
, "confirmed"
, "processed"]
For more info, refer to this doc.range:
(optional) <object> - Slot range for block production response. Defaults to to the current epoch.firstSlot:
<u64> - first slot to return block production information for (inclusive)lastSlot:
(optional) <u64> - last slot to return block production information for (inclusive). Defaults to the highest slotidentity:
(optional) < base-58 encoded string> - Specifies return results for a particular validator identity<object>
byIdentity:
<object> - a dictionary of validator identities
Key-> base-58 encoded strings.
Value -> two element arrays containing the number of leader slots and the number of blocks produced.range:
<object> - block production slot rangefirstSlot:
<u64> - first slot of the block production information (inclusive)lastSlot:
<u64> - last slot of block production information (inclusive)