getMaxRetransmitSlot method

Future<u64> getMaxRetransmitSlot()
inherited

Returns the max slot seen from retransmit stage.

Implementation

Future<u64> getMaxRetransmitSlot() async
  => (await getMaxRetransmitSlotRaw()).result!;