getMaxShredInsertSlot method

Future<u64> getMaxShredInsertSlot()

Returns the max slot seen from retransmit stage.

Implementation

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