getMaxShredInsertSlot method

Future<u64> getMaxShredInsertSlot()
inherited

Returns the max slot seen from retransmit stage.

Implementation

Future<u64> getMaxShredInsertSlot() async
  => (await getMaxShredInsertSlotRaw()).result!;