getFirstAvailableBlockRaw method
Returns the slot of the lowest confirmed block that has not been purged from the ledger.
Implementation
Future<JsonRpcSuccessResponse<u64>> getFirstAvailableBlockRaw() =>
send(GetFirstAvailableBlock());
Returns the slot of the lowest confirmed block that has not been purged from the ledger.
Future<JsonRpcSuccessResponse<u64>> getFirstAvailableBlockRaw() =>
send(GetFirstAvailableBlock());