|
@@ -18,7 +18,6 @@ export class queryService {
|
|
const t1 = performance.now()
|
|
const t1 = performance.now()
|
|
const timeTakenInSeconds = (t1 - t0) / 1000;
|
|
const timeTakenInSeconds = (t1 - t0) / 1000;
|
|
console.log(`Time taken: ${timeTakenInSeconds} seconds to run this function`);
|
|
console.log(`Time taken: ${timeTakenInSeconds} seconds to run this function`);
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
public query(storageAddress: Storage, ...conditions: Conditions[]): Observable<any> {
|
|
public query(storageAddress: Storage, ...conditions: Conditions[]): Observable<any> {
|