Skip to content

Commit

Permalink
run typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Dec 16, 2024
1 parent ddfdb7a commit b0aa106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/code/classes/testing.TransactionLogger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0aa106

Please sign in to comment.