getMaxRetransmitSlotRaw method

Future<JsonRpcSuccessResponse<u64>> getMaxRetransmitSlotRaw()
inherited

Returns the max slot seen from retransmit stage.

Implementation

Future<JsonRpcSuccessResponse<u64>> getMaxRetransmitSlotRaw()
  => send(GetMaxRetransmitSlot());