Skip to main content

Parameters

This method does not take any parameters.

Response

number
The highest slot that can be retransmitted

Code Examples

Basic Request

Using web3.js

Notes

  1. Returns the highest slot that can be retransmitted
  2. Used to determine the range of slots available for retransmission
  3. The response is immediate as it reads from the current state
  4. Slots beyond this value cannot be retransmitted
  5. This value can change as the node prunes old data

Best Practices

  1. Use this method to determine retransmission availability
  2. Cache results when appropriate to reduce RPC load
  3. Consider the impact of slot pruning
  4. Monitor for changes in max retransmit slot
  5. Use in conjunction with other slot-related methods

Common Errors

Use Cases

  1. Retransmission Planning
  2. Slot Availability Monitoring
  3. Historical Data Management