getFirstAvailableBlock method

Future<u64> getFirstAvailableBlock()
inherited

Returns the slot of the lowest confirmed block that has not been purged from the ledger.

Implementation

Future<u64> getFirstAvailableBlock() async
  => (await getFirstAvailableBlockRaw()).result!;