From b0aa1063ef89be2fe7fda0b711cd58d529b95949 Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Mon, 16 Dec 2024 14:54:52 -0500 Subject: [PATCH] run typedoc --- docs/code/classes/testing.TransactionLogger.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/code/classes/testing.TransactionLogger.md b/docs/code/classes/testing.TransactionLogger.md index 785d7e39..bd8dc221 100644 --- a/docs/code/classes/testing.TransactionLogger.md +++ b/docs/code/classes/testing.TransactionLogger.md @@ -130,14 +130,15 @@ ___ ### waitForIndexer -▸ **waitForIndexer**(`indexer`): `Promise`\<`void`\> +▸ **waitForIndexer**(`algod`, `indexer`): `Promise`\<`void`\> -Wait until all logged transactions IDs appear in the given `Indexer`. +Wait until indexer has the last round from algod. #### Parameters | Name | Type | | :------ | :------ | +| `algod` | `AlgodClient` | | `indexer` | `IndexerClient` | #### Returns