Returns the max slot seen from retransmit stage.
Future<u64> getMaxRetransmitSlot() async => (await getMaxRetransmitSlotRaw()).result!;